Closed adriaandotcom closed 9 years ago
I can't tell for sure, but I think you may have accidentally stopped the install before it was finished (with the ^C
), so now there are folders for all these dependencies in your node_modules
folder but the dependencies themselves aren't completely installed (i.e. the dependencies of the dependencies haven't been downloaded etc).
I'd try deleting the node_modules
folder, maybe running from npm cache clean
and then running npm install
again. If you still have issues after that, I'll try again to reproduce this issue on my machine so we can fix it. The quick attempt I made to reproduce it so far though didn't show this problem.
I think you may have accidentally stopped the install before it was finished (with the ^C)
That looks like it indeed, will try it soon again, thanks!
Edit: it works now!
When running
npm install
it installs with some warningsAnd then it shows a lot of missing modules errors while running
node src/index.js
: