Open alejandronanez opened 8 years ago
try "debug": "./node_modules/devtool/bin/index.js"
If you npm install devtool --save
you should be able to reference it by name. If there's still a problem could you put together a repo showing the issue?
Here is a project that uses devtool
locally:
https://github.com/Jam3/three-png-stream/blob/766a3ca34ce284e32a462c5fbd465fd80ca9ae73/package.json#L25
Hey there,
I tried to install devtool as an npm module to call it later on my npm scripts like this:
{"debug": "devtool app.js"}
but I don't see my app.js file inside the electron app.Any thoughts?
Thanks!!!