-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Node 12: Errors with 'primordials is not defined' #5
Comments
It looks like an error with natives, which is fixed when using graceful-fs@4
|
The problem is that unzip hasn't updated to a more recent version of fstream, which causes this problem. Issue on unzip. Apparently people recommend against using unzip, and say unzipper is an API-compatible drop-in replacement, which fixes this issue and some other issues. |
@josephg This is fixed now. |
Thanks! Much appreciated |
this error comes when we use older version of graceful-fs. so update to graceful-fs@4.2.3. so like in s3 package i am getting this error. so i just updated s3 package graceful-fs to 4.2.3 and it will works viola :). |
Had this error without gulp(!!) installing over old v10 installtion on Windows using the msi package. Removing that directory's contents and repairing made it work. Why it does not take care in the first place.. |
prebuildify-ci is working fine with node 11:
But failing with node 12:
I get a stack trace when run through npm scripts:
The text was updated successfully, but these errors were encountered: