-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
I'm not able to run a webpack-dev-server on the same repo my colleagues are using seamlessly.
I'm the only one using Windows 10. Others use either mac or Ubuntu.
My conf an the error I'm getting is:
PS D:\GitHub\frontagregador> npm -v
3.10.9
PS D:\GitHub\frontagregador> node -v
v7.1.0
PS D:\GitHub\frontagregador> npm run dev
> test-front-end-agregador@1.0.0 dev D:\GitHub\frontagregador
> webpack-dev-server --content-base src --inline --hot
http://localhost:8080/
webpack result is served from /
content is served from D:\GitHub\frontagregador\src
404s will fallback to /index.html
npm ERR! Windows_NT 10.0.14393
npm ERR! argv "D:\\nodejs\\node.exe" "D:\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "dev"
npm ERR! node v7.1.0
npm ERR! npm v3.10.9
npm ERR! code ELIFECYCLE
npm ERR! test-front-end-agregador@1.0.0 dev: `webpack-dev-server --content-base src --inline --hot`
npm ERR! Exit status 3221226505
npm ERR!
npm ERR! Failed at the test-front-end-agregador@1.0.0 dev script 'webpack-dev-server --content-base src --inline --hot'.
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 test-front-end-agregador package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! webpack-dev-server --content-base src --inline --hot
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs test-front-end-agregador
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls test-front-end-agregador
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! D:\GitHub\frontagregador\npm-debug.log
Metadata
Metadata
Assignees
Labels
No labels