Safe Node version?

A bit of advice needed on upgrading my version of Node.

Currently running Node 6.11.4

Am I likely to have any issues with my Ionic project if I update to the latest (Node site currently shows 8.9.1 LTS and 9.2.0 Current) ?

(wanting to do a training course on Node and they have recommended installing the latest version)

thanks!

The LTS is a lot safer, especially with Ionic 4 coming. If you want to do Node programming, I recommend you install nvm, and set up an Ionic partition with the LTS, and a Node sandbox partition with the latest version of 9.

1 Like