-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot start development server #337
Labels
Comments
Hi!
It works for me here. |
Try going with |
Closing this for now, please add any more details if you still have problems. |
I'm having the same issue at the moment Windows 10 with Linux Bash Implementation
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
`➜ app git:(master) ✗ npm run dev
/Users/Dante/Desktop/app/node_modules/babel-preset-save/node_modules/modify-babel-preset/index.js:91
p._original_name = key;
^
TypeError: Cannot set property '_original_name' of undefined
at /Users/Dante/Desktop/app/node_modules/babel-preset-save/node_modules/modify-babel-preset/index.js:91:22
at Array.forEach (native)
at module.exports (/Users/Dante/Desktop/app/node_modules/babel-preset-save/node_modules/modify-babel-preset/index.js:77:29)
at Object. (/Users/Dante/Desktop/app/node_modules/babel-preset-save/index.js:3:35)
at Module._compile (module.js:409:26)
at Module._extensions..js (module.js:416:10)
at Object.require.extensions.(anonymous function) as .js
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
npm ERR! Darwin 15.5.0
npm ERR! argv "/Users/Dante/.nvm/versions/node/v4.4.3/bin/node" "/Users/Dante/.nvm/versions/node/v4.4.3/bin/npm" "run" "dev"
npm ERR! node v4.4.3
npm ERR! npm v2.15.1
npm ERR! code ELIFECYCLE
npm ERR! isomorphic-flux-boilerplate@15.0.0 dev:
babel-node ./webpack/dev-server.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the isomorphic-flux-boilerplate@15.0.0 dev script 'babel-node ./webpack/dev-server.js'.
npm ERR! This is most likely a problem with the isomorphic-flux-boilerplate package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! babel-node ./webpack/dev-server.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs isomorphic-flux-boilerplate
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR! npm owner ls isomorphic-flux-boilerplate
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/Dante/Desktop/app/npm-debug.log`
The text was updated successfully, but these errors were encountered: