0
AkinSabriCam created
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
1 Answer(s)
-
1
Follow these steps:
1. Add this into package.json:
"resolutions": { "@angular/animations": "9.1.4", "@angular/common": "9.1.4", "@angular/compiler": "9.1.4", "@angular/core": "9.1.4", "@angular/forms": "9.1.4", "@angular/platform-browser": "9.1.4", "@angular/platform-browser-dynamic": "9.1.4", "@angular/router": "9.1.4", "@angular/cli": "9.1.4", "@angular/compiler-cli": "9.1.4", "@angular/language-service": "9.1.4" }
2. Delete yarn.lock or package-lock.json 3. run
yarncommand in terminalMarkdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
