Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with getting up and running #14

Closed
ashelley opened this issue Jun 9, 2016 · 3 comments
Closed

problem with getting up and running #14

ashelley opened this issue Jun 9, 2016 · 3 comments

Comments

@ashelley
Copy link

ashelley commented Jun 9, 2016

  • Windows 10
  • node 4.4.4
  • bozon 0.4.0

While trying to follow the install steps i do this:

  1. bozon new helloworld
  2. cd hello world
  3. run npm install manually (for some reason this fails silently on my machine during the new process)
  4. 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.

@ashelley
Copy link
Author

ashelley commented Jun 9, 2016

Oh.

I need to run npm install -g electron-builder first. ooops.

Still working on a problem with 'bozon start' failing silently.

@ashelley
Copy link
Author

ashelley commented Jun 9, 2016

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.

Sorry for the noise.

@alchaplinsky
Copy link
Collaborator

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants