-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Npm can't start a local server #229
Comments
Try to use „npm i” in first place before „npm start” And if that isn’t working check if maybe another server or sth is using the same port |
Thank you very much. Thank you again ! |
Hi @Masmix95 , I am also getting the same error? How to turn off the OracleDB ? |
Howdy,
You must enter Task Manager ->Services -> More Services, then you should
find Oracle PID, and just turn it off.
2018-06-13 11:37 GMT+02:00 Bhagyagali <[email protected]>:
… Hi @Masmix95 <https://github.com/Masmix95> ,
I am also getting the same error? How to turn off the OracleDB ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#229 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AWDIu_1nPuxDTouq04ogpBENKnYgmZobks5t8N1IgaJpZM4Tsaq0>
.
|
how to change the port otherthan 8080 |
Do you install npm dependencies seperately before running |
ok, after an hour or so, I was able to fix this by starting over ( alot of fixes for this issues ), then do a fresh npm install, and change in package-json the "scripts" "start" does not need the 'node and dir to webpack-dev-server', instead make it this: "start": "webpack-dev-server" and that's all I did to get it to work, on windows machine..of course took over an hour to try all the fixes.. |
Hello!
I just started this course, and I have some issues with enviroment configuration. I've cloned repository, and also installed npm in folder "ReduxSimpleStarter", but if I want to start a local host by "npm start" it doesn't work . Cmder throws errors like shown bellow. Can anyone help me ?
The text was updated successfully, but these errors were encountered: