After installing a native module via npm for use with Electron (atom shell) I'm trying to run electron-rebuild:
>>./node_modules/.bin/electron-rebuild
from the project directory,b "~/project_js/React-Redux-Py-Electron/" (which contains node_modules/). But I receive this error message:
>>Unable to find Electron app at ~/project_js/React-Redux-Py-Electron/console.log(process.versions.modules)
Using versions:
node v6.2.0,
npm 3.8.9,
electron-prebuilt 1.2.0,
electron-rebuild 1.1.4,
which I believe are all the latest. At one time, perhaps before some version upgrades, this worked.
Can anyone explain and suggest a fix? Thanks.