pty.js
pty.js copied to clipboard
deps/winpty directory empty in releases
Issue# 113 suggested that the deps/winpty directory should be including the winpty build data, but the latest releases appear to have nothing in that directory.
I'm seeing this when I attempt to install several terminal extensions (term,termy,term3) in Atom where it is reporting the error:
[email protected] install C:\Users\<username>\AppData\Local\Temp\apm-install-dir-11667-12680-t9n3km\node_modules\termy\node_modules\pty.js
> node-gyp rebuild
C:\Users\<username>\AppData\Local\Temp\apm-install-dir-11667-12680-t9n3km\node_modules\termy\node_modules\pty.js>if not defined npm_config_node_gyp (node "C:\Users\<username>\AppData\Local\atom\app-1.9.0-beta0\resources\app\apm\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node rebuild )
gyp: deps\winpty\winpty.gyp not found (cwd: C:\Users\<username>\AppData\Local\Temp\apm-install-dir-11667-12680-t9n3km\node_modules\termy\node_modules\pty.js) while loading dependencies of binding.gyp while trying to load binding.gyp
npm ERR! Windows_NT 6.2.9200
npm ERR! argv "C:\\Users\\<username>\\AppData\\Local\\atom\\app-1.9.0-beta0\\resources\\app\\apm\\bin\\node.exe" "C:\\Users\\<username>\\AppData\\Local\\atom\\app-1.9.0-beta0\\resources\\app\\apm\\node_modules\\npm\\bin\\npm-cli.js" "--globalconfig" "C:\\Users\\<username>\\.atom\\.apm\\.apmrc" "--userconfig" "C:\\Users\\<username>\\.atom\\.apmrc" "install" "C:\\Users\\<username>\\AppData\\Local\\Temp\\d-11667-12680-1b2rwun\\package.tgz" "--target=0.37.8" "--arch=ia32"
npm ERR! node v0.10.40
npm ERR! npm v2.13.3
npm ERR! code ELIFECYCLE
npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the pty.js package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls pty.js
npm ERR! There is likely additional logging output above.
I've seen this with Atom 1.8.0 and 1.9.0beta0...
Any chance that you could fix this issue?
The same problem
Facing same issue