Topic: Can't compile after trying update to Angular9
davout free asked 4 years ago
I have completely messed up my project after following your Angular 9 upgrade instructions
When I try to run ....
ng update
... I get the following error
ng update The "@angular-devkit/schematics" package cannot be resolved from the workspace root directory. This may be due to an unsupported node modules structure. Please remove both the "node_modules" directory and the package lock file; and then reinstall. If this does not correct the problem, please temporarily install the "@angular-devkit/schematics" package within the workspace. It can be removed once the update is complete.
The 'node_modules' folder has already been deleted and I can't find a file called 'package lock'
Help!
Konrad Stępień staff answered 4 years ago
If you don't have a node_modules
folder and package-lock.json
file in your root folder, please run npm i
command in your project.
If you still have the problem, please run npm i @angular-devkit/schematics
, and after the update project, you can remove @angular-devkit/schematics
from your package.json file, and then again delete node_modules
folder and package-lock.json
file and run npm i
.
Please try my solution and for more problems tell me about it.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: 8.10.1
- Device: PC
- Browser: Chrome
- OS: Windows10
- Provided sample code: No
- Provided link: No