Strapi v4 don´t work in my computer

System Information
  • Operating System: windows
  • Node Version: 14.19.2
  • NPM Version: 8.13.2
  • Yarn Version: 1.22.19

hello, when i try to install strapi using
yarn create strapi-app my-project or with the npx command

this is what comes out, even when it is a project already done on another computer that was made a git clone to it

yarn create v1.22.19
warning package.json: No license field
[1/4] Resolving packages…
[2/4] Fetching packages…
[3/4] Linking dependencies…
[4/4] Building fresh packages…
success Installed “create-strapi-app@4.2.3” with binaries:
- create-strapi-app
C:\Users\jose\AppData\Local\Yarn\Data\global\node_modules@strapi\generate-new\lib\create-cli-db-project.js:1

SyntaxError: Invalid or unexpected token
at wrapSafe (internal/modules/cjs/loader.js:1001:16)
at Module._compile (internal/modules/cjs/loader.js:1049:27)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:1114:10)
at Module.load (internal/modules/cjs/loader.js:950:32)
at Function.Module._load (internal/modules/cjs/loader.js:790:12)
at Module.require (internal/modules/cjs/loader.js:974:19)
at require (internal/modules/cjs/helpers.js:101:18)
at Object. (C:\Users\jose\AppData\Local\Yarn\Data\global\node_modules@strapi\generate-new\lib\generate-new.js:9:34)
at Module._compile (internal/modules/cjs/loader.js:1085:14)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:1114:10)
error Command failed.
Exit code: 1
Command: C:\Users\jose\AppData\Local\Yarn\bin\create-strapi-app
Arguments: my-project
Directory: C:\proyectos-node\strapi
Output:

info Visit yarn create | Yarn for documentation about this command.