You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
pty.js@0.3.1 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! pty.js@0.3.1 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the pty.js@0.3.1 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 text was updated successfully, but these errors were encountered:
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:
I've seen this with Atom 1.8.0 and 1.9.0beta0...
Any chance that you could fix this issue?
The text was updated successfully, but these errors were encountered: