-
Notifications
You must be signed in to change notification settings - Fork 9
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
Error while npm start #7
Comments
Is it the complete error? Can it be that you're already running an application on Port I've tried it with npm 3 and 4 - no errors so far. |
Full Error below
Listening at http://localhost:8000 TypeError: Cannot read property 'replace' of undefined npm ERR! Windows_NT 6.3.9600 npm ERR! Please include the following file with any support request: |
I am getting below error while starting
npm ERR! node v6.9.2
npm ERR! npm v4.0.3
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start:
node server.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'node server.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 ReactReduxBoilerplate
package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node server.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs ReactReduxBoilerplate
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls ReactReduxBoilerplate
npm ERR! There is likely additional logging output above.
The text was updated successfully, but these errors were encountered: