We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when trying to install tty.js, I get a compile error and it fails to build.
this is the error in the console:
npm install tty.js > [email protected] install /var/myApp/node_modules/tty.js/node_modules/pty.js > node-gyp rebuild make: Entering directory '/var/myApp/node_modules/tty.js/node_modules/pty.js/build' CXX(target) Release/obj.target/pty/src/unix/pty.o ../src/unix/pty.cc: In function 'Nan::NAN_METHOD_RETURN_TYPE PtyFork(Nan::NAN_METHOD_ARGS_TYPE)': ../src/unix/pty.cc:222:34: warning: ignoring return value of 'int chdir(const char*)', declared with attribute warn_unused_result [-Wunused-result] if (strlen(cwd)) chdir(cwd); ^
The text was updated successfully, but these errors were encountered:
are you on linux?
Sorry, something went wrong.
No branches or pull requests
when trying to install tty.js, I get a compile error and it fails to build.
this is the error in the console:
The text was updated successfully, but these errors were encountered: