-
Notifications
You must be signed in to change notification settings - Fork 8
Description
C:\Users\home\www\stapp>npm start
stapp@0.0.1 start C:\Users\home\www\stapp
node -r babel-register ./node_modules/.bin/webpack-dev-server --config webpack
.config.dev.js
C:\Users\home\www\stapp\node_modules.bin\webpack-dev-server:2
basedir=$(dirname "$(echo "$0" | sed -e 's,,/,g')")
^^^^^^^
SyntaxError: missing ) after argument list
at Object.exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:513:28)
at Module._extensions..js (module.js:550:10)
at Object.require.extensions.(anonymous function) [as .js](C:Usershomeww
wstappnode_modulesbabel-registerlibnode.js:166:7)
at Module.load (module.js:458:32)
at tryModuleLoad (module.js:417:12)
at Function.Module._load (module.js:409:3)
at Module.runMain (module.js:575:10)
at run (node.js:348:7)
at startup (node.js:140:9)
npm ERR! Windows_NT 6.1.7601
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.2.2
npm ERR! npm v3.9.5
npm ERR! code ELIFECYCLE
npm ERR! stapp@0.0.1 start: node -r babel-register ./node_modules/.bin/webpack- dev-server --config webpack.config.dev.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the stapp@0.0.1 start script 'node -r babel-register ./node_m
odules/.bin/webpack-dev-server --config webpack.config.dev.js'.
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 stapp package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node -r babel-register ./node_modules/.bin/webpack-dev-server --con
fig webpack.config.dev.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs stapp
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls stapp
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\home\www\stapp\npm-debug.log
C:\Users\home\www\stapp>