VS Code, in Windows, I can delete the whole node_modules folder, then npm install
to re-install all packages. In a mac, after deleting the folder, npm install
and npm update
says
Unable to resolve dependency tree, Found: @angular/common@14.2.12 from the root project ... Fix the upstream dependency conflict, or retry with --force or --legacy-peer-deps
Tried both got
Unable to resolve reference $rxjs
Already tried Unable to resolve dependency tree error when installing npm packages and can't Resolve rxjs not going anywhere.
npm and Angular were installed by brew and Xcode. Environment:
Angular CLI: 15.1.4
Node: 18.14.0
npm: 9.3.1
macOS Ventura v13.2