Created
April 22, 2020 13:46
-
-
Save Franckapik/575d215b7f2fc8107e204db1a8d28eca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fanch@Portable:~/NandY$ npm start | |
> [email protected] start /home/fanch/NandY | |
> node ./bin/www | |
internal/modules/cjs/loader.js:583 | |
throw err; | |
^ | |
Error: Cannot find module '/home/fanch/NandY/bin/www' | |
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15) | |
at Function.Module._load (internal/modules/cjs/loader.js:507:25) | |
at Function.Module.runMain (internal/modules/cjs/loader.js:742:12) | |
at startup (internal/bootstrap/node.js:283:19) | |
at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3) | |
npm ERR! code ELIFECYCLE | |
npm ERR! errno 1 | |
npm ERR! [email protected] start: `node ./bin/www` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] start script. | |
npm ERR! This is probably not a problem with npm. There is likely additional logging output above. | |
npm ERR! A complete log of this run can be found in: | |
npm ERR! /home/fanch/.npm/_logs/2020-04-22T13_40_08_181Z-debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment