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

Brunch failed on Windows without python installed #21

Open
markni opened this issue Nov 14, 2014 · 1 comment
Open

Brunch failed on Windows without python installed #21

markni opened this issue Nov 14, 2014 · 1 comment

Comments

@markni
Copy link

markni commented Nov 14, 2014

PS D:\Github> brunch new https://github.com/Anonyfox/node-webkit-hipster-seed testapp
14 Nov 08:41:22 - log: Cloning git repo "https://github.com/Anonyfox/node-webkit-hipster-s
14 Nov 08:41:28 - log: Created skeleton directory layout
14 Nov 08:41:28 - log: Installing packages...

> [email protected] install D:\Github\testapp\node_modules\auto-reload-brunch\node_modules\ws
> (node-gyp rebuild 2> builderror.log) || (exit 0)


D:\Github\testapp\node_modules\auto-reload-brunch\node_modules\ws>node "C:\Program Files\n
e-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild

> [email protected] postinstall D:\Github\testapp\node_modules\nodewebkit
> node scripts/install.js

http://dl.node-webkit.org/v0.8.6/node-webkit-v0.8.6-win-ia32.zip [|         ] 16 %
14 Nov 08:42:09 - error: Error: npm WARN optional dep failed, continuing [email protected]
npm WARN deprecated [email protected]: module has been merged into crc32-stream

Since it looks like node-gyp related, I Installed python 2.7 and then it worked.

Not sure if this is an expected behavior, If so maybe we could write python as one of the Prerequisites in readme.md

@Anonyfox
Copy link
Owner

Thanks for the info. I'll have a look into all the dependencies in the near future, since several things are currently way behind it's upstream versions and the compiler stuff is dated, too. Even the templates are broken since the bootstrap 3 update.

In general I'd prefer if we can skip another prerequisite, but i must have a look at grunt/gulp first. I am doing Meteor exclusively for several months now, so I think i didn't read some of the latest changes. :(

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