No such file error
I just installed this on my Linux Mint
Got following error while running js files: `fs.js:634 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode); ^
Error: ENOENT: no such file or directory, open '/usr/local/lib/node_modules/devtool/node_modules/electron/path.txt'
at Error (native)
at Object.fs.openSync (fs.js:634:18)
at Object.fs.readFileSync (fs.js:502:33)
at Object.
Any ideas?
it looks like you do not install the electron properly,try reinstall devtool may resolve the problem