You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to follow the install steps i do this:
bozon new helloworld
cd hello world
run npm install manually (for some reason this fails silently on my machine during the new process)
npm install fails because package.json contains a post install script 'install-app-deps'. This fails because install-app-deps does not exist in ./node_modules/.bin
$ ls ./node_modules/.bin/
bozon* bozon.cmd electron* electron.cmd
Any insight into how to complete the install is much appreciated.
The text was updated successfully, but these errors were encountered:
Okay this issue can probably closed... I switched to using node 5.10.1 and npm version 3 (was previously using npm version 2. Because of the way the gulp tasks are run I think the node modules tree must be flattened so that gulp is always required as a singleton.
@ashelley Yeah, was about to reply that I've tried to setup new app on Windows and it works as expected on newer version of node. Current version of node in Electron is 6.1.0, so you should use same version in development as well.
While trying to follow the install steps i do this:
Any insight into how to complete the install is much appreciated.
The text was updated successfully, but these errors were encountered: