Skip to content
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

Open
Masmix95 opened this issue Apr 30, 2018 · 7 comments
Open

Npm can't start a local server #229

Masmix95 opened this issue Apr 30, 2018 · 7 comments

Comments

@Masmix95
Copy link

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 ?
cmder

@nikodem-wrona
Copy link

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

@Masmix95
Copy link
Author

Masmix95 commented May 1, 2018

Thank you very much.
The answer was that OracleDB was blocking this port, I needed just to turn it off.

Thank you again !

@Bhagyagali
Copy link

Hi @Masmix95 ,

I am also getting the same error? How to turn off the OracleDB ?

@Masmix95
Copy link
Author

Masmix95 commented Jun 14, 2018 via email

@chakravarthyg
Copy link

how to change the port otherthan 8080

@vinay72
Copy link

vinay72 commented Sep 27, 2018

Do you install npm dependencies seperately before running npm start in your terminal.

@toddnagel
Copy link

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..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants