I have strange problem with node.js app. I can start it with grunt task, typing
grunt
in terminal, from project folder. But when I try to start application from webstorm, I have an error
Running "nodemon:dev" (nodemon) task Fatal error: Error: not found: node Warning: Used --force, continuing.
Running "watch" task Waiting...
Webstorm configurations.
- Node interpreter: {path to node}
- Working directory: {path to project}
- JavaScript file: {path to grunt}