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

Windows Error. #14

Closed
sparkes opened this issue Jun 21, 2016 · 4 comments
Closed

Windows Error. #14

sparkes opened this issue Jun 21, 2016 · 4 comments

Comments

@sparkes
Copy link

sparkes commented Jun 21, 2016

Hi guys.

Any tips on windows builds?

npm install electron-package -g
npm install electron-prebuild -g
npm install mkdirp -g

and it seems to build but I always get an error when it runs about not being able to find mkdirp.

(one tip for people trying to build on windows I had to add --version=1.2.3 to the batch file)

@joethephish
Copy link
Member

You should be able to do:

cd app
npm install
npm start

(Since there's a package.json in there.)

@joethephish
Copy link
Member

Oh, the .bat file is for making a packaged/release version, and maybe it doesn't work if you don't do the npm install steps above. The npm start runs a development version.

@sparkes
Copy link
Author

sparkes commented Jun 21, 2016

Cheers Joe,

npm start seems to work perfectly.

Sharing a room in the day job with a couple of your old Rare colleagues as well ;)

@joethephish
Copy link
Member

oh, cool! Hi ex-colleagues, whoever you are :)

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