NW.JS not working on WebStorm 2017.2.3

210 Views Asked by At

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

WebStorm NW.JS error

0

There are 0 best solutions below