DEV Community

Discussion on: An Old ASP.NET MVC Developer’s Transition to Angular

Collapse
 
koresar profile image
Vasyl Boroviak

As a long years nodejs developer I'd recommend using NVM tool instead of downloading node.js executables by hand. Because in just a year your node v10 is going to be unsupported and deprecated.

Collapse
 
coreylasley profile image
Corey Lasley

Great tip, thanks!

Collapse
 
kryptnick profile image
Nick Kurncz

I second this. I've been using NVM for a handful of years now. Super easy to switch between LTS versions.