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

Unable to download node v4.0.0 #43

Closed
florianduros opened this issue Sep 16, 2015 · 2 comments
Closed

Unable to download node v4.0.0 #43

florianduros opened this issue Sep 16, 2015 · 2 comments

Comments

@florianduros
Copy link

Hi,

Firstly, thanks for this awesome tools ! It's really enjoyable to develop with it !

Moreover, I have an issue with the install of the node v4.0.0 version.
I'm using the nodebrew 0.9.0 version.

$nodebrew install v4.0.0
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/#{ <-- HERE version}/ at /home/florian/.nodebrew/current/bin//nodebrew line 734.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/#{ <-- HERE release}/ at /home/florian/.nodebrew/current/bin//nodebrew line 734.
fetch: http://nodejs.org/dist/v4.0.0/node-v4.0.0.tar.gz
######################################################################## 100,0%
  File "./configure", line 426
    '''
      ^
SyntaxError: Missing parentheses in call to 'print'

Thanks !

@hokaccha
Copy link
Owner

Maybe, this issue is caused by your python's version. node.js can't build by python 3.x(require 2.x).

I recommend to use install-bainary command. This dose not compile from source code.

$ nodebrew install-bainary v4.0.0

@florianduros
Copy link
Author

Indeed, the issue was caused by the python's version !

Thanks !

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