-
Notifications
You must be signed in to change notification settings - Fork 211
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
Failed to install pty.js #65
Comments
Same problem here, while trying to use https://github.com/artoale/brackets-terminal
|
The important error messages (missing STL symbol) should enable fixing the problem (use
and:
|
BTW, adding |
including it where? I'm using npm install -g tty.js so I don't have a script to add #include to. any details? |
@thatkookooguy did you find any solution? I am stuck at the same spot. |
@userunknow (talking about tty.js which uses pty.js) Eventually, I installed tty.js as non-global in my home directory (Linux) with |
@thatkookooguy what if it is windows, how can we do that in windows? |
@DroidUnknown You can add the local tty.js to the windows PATH variable (Just like node and npm are added automatically). Here's how:
didn't try it yet. but I'm pretty sure that will let you use it like let me know if there are any problems |
@thatkookooguy issue is i am unable to properly install tty.js. I am stuck at D:\Office Work Space\Node>npm install -g pty.js --msvs_version=2013
C:\Users\Muneeb\AppData\Roaming\npm\node_modules\pty.js>if not defined npm_conf npm ERR! pty.js@0.3.0 install: npm ERR! Please include the following file with any support request: |
UP. Any fixes on this ? |
No I am afraid not yet. |
When we can except to find the solution ? It's seems it should be just a very simple bug ? |
Might be something to do with versions? All of you are experiencing this on Windows? Or this is cross platform? What's the version number of your node and npm? please right that here (and which OS you're running) I'm not sure how much I can help but I'll try |
In Linux it's compiling perfectly, but I think it's using different libraries for windows(which are not compiling because of some std error) I'm using windows 7 npm -v: 2.11.3 Thanks |
Add basic tests for encoding option with PtyFork.
I'm trying to install a node-js package which is dependent on pty.js. When installing it I get plenty of errors and a nice message suggesting me that the problem is in pty.js; So this is the output (excluded all download-notifications) when I run
npm install -g pty.js --msvs_version=2013
The text was updated successfully, but these errors were encountered: