-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
npm install fails with node v12 #120
Comments
Try deleting your package-lock and using 'npm ci'. |
I assume you mean deleting your node_modules, and doing Same error persists in this case. |
@ReinoutStevens yeah
|
Yeah thats what I did after This is in a freshly cloned copy of the repo without any modifications |
This should be fixed by #159 |
Describe the bug
npm i fails with node v12
You get a large list of errors like:
../src/fibers.cc:68:2: error: ‘Handle’ does not name a type
The suggested solution is to install g++ build essentials, which were already present.
To Reproduce
Expected behavior
Expect everything to get installed :)
Desktop (please complete the following information):
Additional context
Using Node v10 works fine, and after installing you can just switch to node v12 without any issue
The text was updated successfully, but these errors were encountered: