-
Notifications
You must be signed in to change notification settings - Fork 210
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
Unable to build: ‘class v8::Object’ has no member named ‘ForceSet’ #195
Comments
Found this, maybe related? nodejs/node#20770 |
i switched my node version to 8 and it installed correctly |
@chjj fix please! |
Doesn't work on 11.6.0 |
@keivanh we know |
Any workaround meanwhile? What is max Node version support this? |
@keivanh node 8, the long term support version, see #195 (comment) |
Doesn't work on node v11.12.0 |
I have this problem on node v10.15.0 |
node 8 is supported till 2019-12-31, what should we do after that? |
afaik this project is abandoned. https://github.com/Microsoft/node-pty is fork that's maintained by msft and used in vscode. It was a perfect drop-in replacement in my project. g'luck! 🍀 |
You could get this to work on a node v10.x with @paulirish answer. |
This is because of outdated version of nan. However, this project won't work on later versions of node anyway. |
The text was updated successfully, but these errors were encountered: