We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
it seems according to this Stack Overflow Discussion, node-waf is replaced with node-gyp so you might wanna change your bindings to use this.
node-waf
node-gyp
The text was updated successfully, but these errors were encountered:
Same issue. Cloned and then...
(uiserver):u89924123:~/pty.js$ make make[1]: Entering directory '/homepages/32/d690510543/htdocs/pty.js' node-waf configure build Traceback (most recent call last): File "/kunden/homepages/32/d690510543/htdocs/conda/bin/node-waf", line 14, in <module> import Scripting File "/homepages/32/d690510543/htdocs/conda/bin/../lib/node/wafadmin/Scripting.py", line 146 except Utils.WafError, e: ^ SyntaxError: invalid syntax Makefile:5: recipe for target 'waf' failed make[1]: *** [waf] Error 1 make[1]: Leaving directory '/homepages/32/d690510543/htdocs/pty.js' Makefile:2: recipe for target 'all' failed make: *** [all] Error 2
Sorry, something went wrong.
I guess you all pull my https://www.npmjs.com/package/node-waf
@DanielRuf Unfortunately, I don't think this repo has been updating properly its node-waf version
No branches or pull requests
it seems according to this Stack Overflow Discussion,
node-waf
is replaced withnode-gyp
so you might wanna change your bindings to use this.The text was updated successfully, but these errors were encountered: