Skip to content

Instantly share code, notes, and snippets.

@Todai88
Created March 28, 2017 13:23
Show Gist options
  • Save Todai88/032c36e2a7b527f6a4b74442168c4b87 to your computer and use it in GitHub Desktop.
Save Todai88/032c36e2a7b527f6a4b74442168c4b87 to your computer and use it in GitHub Desktop.
$ npm start
> meapp@1.0.0 start D:\Schoolwork\Cygwin\dbwebb-kurser\webapp\me\redovisa\www
> webpack js/index.js bin/app.js -d
Hash: 417dbec39962bf138ad6
Version: webpack 2.3.2
Time: 204ms
Asset Size Chunks Chunk Names
app.js 168 kB 0 [emitted] main
[0] (webpack)/buildin/global.js 509 bytes {0} [built]
[1] ./js/views/me.js 162 bytes {0} [built]
[2] ./js/index.js 1.41 kB {0} [built]
[3] ./~/mithril/mithril.js 43.6 kB {0} [built]
[4] ./~/process/browser.js 5.3 kB {0} [built]
[5] ./~/setimmediate/setImmediate.js 6.47 kB {0} [built]
[6] ./~/timers-browserify/main.js 1.36 kB {0} [built]
ERROR in ./js/index.js
Module not found: Error: Can't resolve 'mitrhil' in 'D:\Schoolwork\Cygwin\dbwebb -kurser\webapp\me\redovisa\www\js'
@ ./js/index.js 26:8-26
npm ERR! Windows_NT 10.0.14393
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\ node_modules\\npm\\bin\\npm-cli.js" "start"
npm ERR! node v6.9.5
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! meapp@1.0.0 start: `webpack js/index.js bin/app.js -d`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the meapp@1.0.0 start script 'webpack js/index.js bin/app.js -d'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the meapp package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! webpack js/index.js bin/app.js -d
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs meapp
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls meapp
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! D:\Schoolwork\Cygwin\dbwebb-kurser\webapp\me\redovisa\www\npm-debug .log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment