Can not find module “@angular-devkit build-angular” at Object resolve (C:\Users\Brandon\project-name\node_modules\@angular-devkit\core\node\resolve js:141:11) at Observable rxjs_1 Observable [as _subscribe] (C:\Users\Brandon\project-name\node_modules\@angular-devkit\architect\src\architect js:132:40) I have tried suggestions from the other question similar to mine but it did not work
ng serve : Could not find module @angular-devkit build-angular Deleting package-lock, local node_modules, global node_modules and npm-cache; Uninstalling then installing node; Generating a new app with ng new, then launching it with npm start ng serve produces the same error; Here is my package json :
How to fix npm ERR! While resolving: @angular-devkit I am trying to update angular cli version locally, however everytime I run the following command I keep getting the following error: npm uninstall --save-dev angular-cli (trying to follow steps shown here) npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: @angular-devkit [email protected] npm ERR!
Could not find module @angular-devkit build-angular after npm install package-lock json is automatically generated for any operations where npm modifies either the node_modules tree, or package json It describes the exact tree that was generated, such that subsequent installs are able to generate identical trees, regardless of intermediate dependency updates
I get this error:Cannot find module @angular-devkit build-angular . . . maybe is this part but I dont find a solution, any expert in angular could tell me what I did wrong? UPDATE I am continue searching in google and I found this: github Angular they are saying that I would install npm angular-cli node again and I run this command for update my angular cli: