Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 450
Kamalka Fernando Avatar asked Sep 15 '25 06:09

Kamalka Fernando


1 Answers

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

like image 132
sahnoun Avatar answered Sep 17 '25 20:09

sahnoun