node.jsangular-cli-v8

Find a way to change Node Version


I have Node:13.5.0 version but it is not compatible with Angular CLI 8.3.21 version. So I want to get back to the Node 12. version.


Solution

  • try this

    npm install -g n

    n 12.13.0

    or if you're on windows you can try this : github.com/coreybutler/nvm-windows