-
Notifications
You must be signed in to change notification settings - Fork 357
FAQ
Steve Lee edited this page Oct 15, 2015
·
18 revisions
- How does Nodejstools depend on Nodejs and npm versions?
- For basic editing node and npm do not need to be installed. You will be warned if you use 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.
- What dependencies does using nodejstools introduce to my code?
- Almost none. Apart from the usual Visual Studio solution and project files, which you'll probably want to add to version control, other files are generated when required. In fact, the import existing code option means the solution and project files can also be generated on demand. Otherwise, nodejstool simply uses your existing files and command line tools.