-
Notifications
You must be signed in to change notification settings - Fork 640
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
compat: postinstall fails for some modules during npm install
#2013
Comments
Right... |
npm install
npm install
and that command passed to
|
dirty solution could be parsing the input at the beginning of |
These scripts seem technically irrelevant to make them working (political messages and donation requests). Maybe ignoring these postinstall scripts by hard coding would be a possible option |
postinstall issue is tracked in denoland/deno#16164 |
When the npm module has
postinstall
script in package.json, thennpm install
with compat mode stops with errors.Known npm modules which cause this error:
es5-ext
core-js-pure
The text was updated successfully, but these errors were encountered: