pty.js icon indicating copy to clipboard operation
pty.js copied to clipboard

replace node-waf bindings to node-gyp

Open sr229 opened this issue 8 years ago • 3 comments

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.

sr229 avatar Aug 24 '17 13:08 sr229

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

abalter avatar Nov 01 '17 14:11 abalter

I guess you all pull my https://www.npmjs.com/package/node-waf

DanielRuf avatar Oct 20 '18 14:10 DanielRuf

@DanielRuf Unfortunately, I don't think this repo has been updating properly its node-waf version

sr229 avatar Oct 21 '18 11:10 sr229