Skip to content
Steve Lee edited this page Oct 11, 2015 · 18 revisions

FAQ

How does Nodejtools depend on Nodejs versions?
For basic editing node and npm do not need to be installed. You will be warned if you use a need a feature requiring either and they cannot be found (they are searched for in project settings and then the environment) Otherwise, intellisense does not depend on node version but only installed modules can be analysed. The latest versions of node have been tested for breaking changes as described in the manual test matrix.
Can I use multiple versions of node and switch between them?
Yes. Use a node version manager such as nvm-windows. You can also specify the node location in the project settings