ayoayco / McFly

[🚧 PoC] Back to the Basics. Into the Future. 😱
https://mcfly.js.org
MIT License
70 stars 3 forks source link

bug(create-mcfly): npm cannot find package.json when trying to install node modules on Windows #26

Closed ayoayco closed 10 months ago

ayoayco commented 10 months ago

Selecting "install dependencies" fails on Windows.

npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\Users\Aayco\Projects/package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\Aayco\Projects\package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in: C:\Users\Aayco\AppData\Local\npm-cache\_logs\2023-11-25T09_31_29_002Z-debug-0.log

 ERROR  Command failed: npm --prefix ./mcfly-app install