-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
python 3.x breaks grunt serve #1914
Comments
Yes i noticed this too but i wasnt using browser sync so didnt know it was breaking stuff |
I have python 3.4.3 on PATH (Linux) and grunt serve works just fine. |
I have Python 2.x installed (default install with Homebrew on Mac), and I don't have any issue. I'm not really aware on any issue, but if this is linked to Grunt or BrowserSync can you link to the issue on those projects? I would be very surprised that one of them as an issue with Python, but I haven't looked at them very deeply. |
This only happens with a fresh project for me (no node_modules), after the The error: ...grunt-browser-sync\node_modules On Mon, Aug 24, 2015 at 2:03 AM, Julien Dubois [email protected]
|
Well known and very old gyp issue and as a consequence node-gyp does not support Python 3 either, even NodeJS requires gyp to build. It's difficult to document it clearly and there's no simple solution if a user really needs Pyhton 3.x. |
If it's a node.js requirement we don't have to do anything: it's quite explicit that we rely on Node.js, and that it should be correctly installed. |
Following the default jhipster setup, grunt serve fails with a python version error because of browser sync. I have python 3.x installed (Win 8.1).
Since jhipster indirectly depends on the python version installed I think it would be useful to mention in the installation doc to have python 2.x on PATH
The text was updated successfully, but these errors were encountered: