nvm-windows

"nvm use 10.14.0" caused "ng server" err


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


Solution

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

    For example: do the following:

    npm install -g @angular/cli