Skip to content
New issue

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

Failing install #17

Closed
ghost opened this issue Feb 7, 2016 · 7 comments
Closed

Failing install #17

ghost opened this issue Feb 7, 2016 · 7 comments

Comments

@ghost
Copy link

ghost commented Feb 7, 2016

$ uname -a
Darwin Asterisk.home 15.2.0 Darwin Kernel Version 15.2.0: Fri Nov 13 19:56:56 PST 2015; root:xnu-3248.20.55~2/RELEASE_X86_64 x86_64
$ npm install child_pty
...
npm ERR! child_pty@0.5.1 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the child_pty@0.5.1 install script 'node-gyp rebuild'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the child_pty 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 information on how to open an issue for this project with:
npm ERR!     npm bugs child_pty
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls child_pty
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/samadivk/Documents/Programming/Playground/node-webterm/npm-debug.log

Here's the full output: npm-debug.log.txt

@Gottox
Copy link
Owner

Gottox commented Feb 7, 2016

Can you post the full output of npm install child_pty? You cut out the interesting part of the output 😄

@ghost
Copy link
Author

ghost commented Feb 7, 2016

I've attached npm-debug.log, which should have the full output, unless I'm mistaken

@Gottox
Copy link
Owner

Gottox commented Feb 7, 2016

Nope, the compilation output is missing in the logfile.

@ghost
Copy link
Author

ghost commented Feb 7, 2016

> child_pty@3.0.1 install /Users/samadivk/Downloads/node_modules/child_pty
> node-gyp rebuild

  CXX(target) Release/obj.target/exechelper/src/exechelper.o
  LINK(target) Release/exechelper
  CXX(target) Release/obj.target/pty/src/pty.o
  SOLINK_MODULE(target) Release/pty.node
/Users/samadivk/Downloads
└─┬ child_pty@3.0.1
  ├── extend@3.0.0
  └── nan@2.2.0

@Gottox
Copy link
Owner

Gottox commented Feb 8, 2016

Hmm, can't see what's wrong... The child_pty module is built correctly according to the output, but the npm-debug.log says it returns with exitcode 1:

480 verbose stack Error: child_pty@0.5.1 install: `node-gyp rebuild`
480 verbose stack Exit status 1

I try to reproduce the issue on my MacBook later. In the meantime, can you give a brief explaination which steps you took? git clone .../node-webterm; cd node-webterm; npm install?

@Gottox
Copy link
Owner

Gottox commented Feb 8, 2016

Can you recheck the master branch?

@Gottox
Copy link
Owner

Gottox commented Apr 25, 2016

no response.

@Gottox Gottox closed this as completed Apr 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant