-
Notifications
You must be signed in to change notification settings - Fork 345
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
Not working with Node 12, primordials is not defined #122
Comments
martinlevesque
changed the title
Not working with Node 12,
Not working with Node 12, primordials is not defined
Apr 27, 2019
Had the same issue on my project. Moved to |
The error I was getting when requiring this after the upgrade to node 12 is this:
Hopefully will save someone else some time since search was coming up pretty empty on that one |
Same root cause as #115 |
I changed my node version to 10.16.0, and it works |
jbeezley
added a commit
to jbeezley/grunt-fontello
that referenced
this issue
Jan 10, 2020
yohanboniface
added a commit
to kosmtik/kosmtik-fetch-remote
that referenced
this issue
Mar 23, 2020
towerofnix
added a commit
to decent-chat/decent
that referenced
this issue
Mar 9, 2021
Depends on old packages (see EvanOxfeld/node-unzip#122). Means it doesn't work in node v12, which I guess we don't have to target, but like, c'mon.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With Node 12, simply doing a require("unzip") will crash your application with the following error:
The text was updated successfully, but these errors were encountered: