Description
Path to Node JS is not used from the IDEA settings, instead it defaults to node
To Reproduce
- Uninstall Node JS from computer
- Download Node JS via browser
- Don't add Node JS to environment variables
- Create JavaScript project in IDEA, add Node JS to setting, reboot IDEA
Expected behavior
- The path to Node JS in tests generation should be used from the IDEA settings
- npm package validation is successful
Actual behavior
- The path to Node JS is always
node
- npm package validation fails if Node JS is not added to environment variables
Description
Path to Node JS is not used from the IDEA settings, instead it defaults to
nodeTo Reproduce
Expected behavior
Actual behavior
node