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

npm install pty.js` failed on OS X 10.10.5, missing GCEpilogueCallback in V8::Isolate #160

Open
kalkimann opened this issue May 12, 2016 · 1 comment

Comments

@kalkimann
Copy link

pty_js

@mohsenti
Copy link

I install nan and change
#if NODE_VERSION_AT_LEAST(0, 10, 28) #include <../include/util.h> #else #include <util.h> #endif #elif defined(__FreeBSD__) #include <libutil.h> #elif defined(__sun) #include <stropts.h> /* for I_PUSH */ #else #include <pty.h> #endif

with

#include "/usr/include/util.h"

and problem solve

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

2 participants