How do I run this project on my local machine?
See original GitHub issueWhen I try yarn install
in root path - It throughs an error
error Package "" refers to a non-existing file '"/xxx/xxx/Documents/codesmith-ptri3/core"'. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. Error: Package "eslint-plugin-mitosis" refers to a non-existing file '"/xxx/xxx/Documents/codesmith-ptri3/eslint-plugin"'. at MessageError.ExtendableBuiltin (/xxx/xxx/.nvm/versions/node/v14.15.3/lib/node_modules/yarn/lib/cli.js:721:66) at new MessageError (/xxx/xxx/.nvm/versions/node/v14.15.3/lib/node_modules/yarn/lib/cli.js:750:123) at FileResolver.<anonymous> (/xxx/xxx/.nvm/versions/node/v14.15.3/lib/node_modules/yarn/lib/cli.js:50230:15) at Generator.next (<anonymous>) at step (/xxx/xxx/.nvm/versions/node/v14.15.3/lib/node_modules/yarn/lib/cli.js:310:30) at /xxx/xxx/.nvm/versions/node/v14.15.3/lib/node_modules/yarn/lib/cli.js:321:13
ENV: yarn -v: 1.22.10 MacOS Big Sur
Please let me know if there is more info I can provide to troubleshoot. TY
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (3 by maintainers)
Top GitHub Comments
hey @aramay I followed all the steps suggested by @steve8708 and could run the project flawlessly. Could you try a fresh clone of the project?
ENV: MacOS Big Sur Node v16.4.0
@steve8708 / @enidovasku Ok. I’ve fiddle
ENV
up and running on local machine 🎉I think the issue was, I was using node version
v14.17.6
andpackage.json
has"node": "12",
in it. That was causing issues.Thanks for following up, i’ll keep you posted.