You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"scripts": [
{
"input": "node_modules/document-register-element/build/document-register-element.js"
}
I removed this from angular.json file intentionally.Otherwise there should be error and stop building from 91 and show this error.
//error
91% additional asset processing scripts-webpack-plugin✖ 「wdm」: Error: ENOENT: no such file or directory, open '/opt/lampp/htdocs/js/angular-play/angular-course-3-services/node_modules/document-register-element/build/document-register-element.js'
Hi,The server run on port 9000,then how did api request to port 4200 works?In my case it returns 404 error
GET http://localhost:4200/api/courses?page=1&pageSize=10 404 (Not Found)
http://localhost:9000/api/courses
The text was updated successfully, but these errors were encountered: