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
I recently upgraded to node-gyp v3.3.1 and node v6.1.0. Since then, I can run node-gyp list or node-gyp build without issue from zsh in iTerm2, but if I run it from inside emacs (whether from eshell-mode, shell-mode, or simply compilation-mode) I see an abort:
% node-gyp list
node-gyp list
gyp info it worked if it ends with ok
gyp info using node-gyp@3.3.1
gyp info using node@6.1.0 | darwin | x64
zsh: abort node-gyp list
The following commands all abort this way: build, clean, configure, rebuild, install, list, remove. node-gyp --version and node-gyp --help do not abort.
% node-gyp list --verbose
node-gyp list --verbose
gyp info it worked if it ends with ok
gyp verb cli [ '/usr/local/Cellar/node/6.1.0/bin/node',
gyp verb cli '/Users/tjakubowski/.local/bin/node-gyp',
gyp verb cli 'list',
gyp verb cli '--verbose' ]
gyp info using node-gyp@3.3.1
gyp info using node@6.1.0 | darwin | x64
gyp verb command list []
gyp verb list using node-gyp dir: /Users/tjakubowski/.node-gyp
zsh: abort node-gyp list --verbose
Well this is a real head-scratcher…
I recently upgraded to node-gyp v3.3.1 and node v6.1.0. Since then, I can run
node-gyp list
ornode-gyp build
without issue from zsh in iTerm2, but if I run it from inside emacs (whether from eshell-mode, shell-mode, or simply compilation-mode) I see an abort:The following commands all abort this way: build, clean, configure, rebuild, install, list, remove.
node-gyp --version
andnode-gyp --help
do not abort.Here's a backtrace:
The text was updated successfully, but these errors were encountered: