WebStorm is unable to run or debug using the NW.JS tool on OSX
I have a nw.js project that I would like to run/debug using WebStorm. My project works from the command line, but WebStorm nw.js tool throws an error.
I specified the working directory and the nw.js app path. When I try to run it, it says
Manifest file not found, package.json not exists
The package.json file does exist and the program works when I run it from the command line.
Can anybody help me figure out why WebStorm can't find the package.json? I have attached a screenshot. I have also tried absolute paths, relative paths and placing the project path as an argument to nw.js