-
Notifications
You must be signed in to change notification settings - Fork 384
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 in running npm run server on windows #23
Comments
I request to repo auther to prive me the resolution, since I am stucked at this point. |
I'm had the exact same problem on Windows 10. |
try to update your package.json with the ff. lines: "start": "ng serve --proxy-config ./proxy.json", |
This fixed it for me https://github.com/angular-university/reactive-angular-course/pull/30/files |
I came across this issue while running this project. I am running on windows and have all the latest dependencies, still I am facing this issue, however on mac it is working fine. Can anyone please help me with that?
$ npm run server
'.' is not recognized as an internal or external command,
operable program or batch file.
Can anyone please help me. I am stucked herer.
The text was updated successfully, but these errors were encountered: