reactive-angular-course icon indicating copy to clipboard operation
reactive-angular-course copied to clipboard

getting error while npm start

Open husainasfak opened this issue 2 years ago • 1 comments

[webpack-dev-server] [HPM] Error occurred while proxying request localhost:56652/api/courses to http://localhost:9000/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)

give me that error how to fix it

husainasfak avatar Jul 01 '22 04:07 husainasfak

This happens to me when I don't have the backend server running. Are you sure you have started it previously?

run npm server in another terminal before npm start

fracergu avatar Jul 02 '22 09:07 fracergu