"nvm use 10.14.0" caused "ng server" err

132 Views Asked by At

Everything fine when nvm use 8.14.0, once nvm use 10.14.0 or higher will get err. Windows 10, nvm 1.1.7

enter image description here

1

There are 1 best solutions below

2
On BEST ANSWER

Did you try to download the Angular CLI to the specific npm version?

For example: do the following:

npm install -g @angular/cli