cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

NodeJS version

imsingh
Dynatrace Helper
Dynatrace Helper

How do I change the Node.js version for different apps? I already have another Node.js codebase at my company, and it’s not using the same version as I need for appfw.

1 REPLY 1

christian_barth
Dynatrace Helper
Dynatrace Helper

On linux you can use the node version manager to switch between node versions while developing: https://github.com/nvm-sh/nvm on windows you can use "NVM for Windows" https://github.com/coreybutler/nvm-windows

Featured Posts