-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
NPM install returning 1 after core-js Post-install in a Docker Environment #781
Comments
Okay, I've tried running with core-js/packages/core-js/postinstall.js Line 13 in 4546ffe
|
I’m also having this issue. |
Try this path #794 |
I’ve already tried with using the |
@slowcheetah i'm going to check if your change worked, thanks! |
When installing multiple packages that depend on core-js, the postinstall message will pop up mutiple times which will add unnecessary verbosity to the terminal log. I know zloirock#767, zloirock#548, zloirock#797, zloirock#757, zloirock#781 ,zloirock#729, zloirock#708, refer to this problem and since @zloirock refuses to remove this, lets limit it to one time so that verbosity gets truncated to the least.
Heyo,
I'm using Drone CI on a AWS Ubuntu to build a Angular project that depends on core-js; but don't know why core-js postinstall keeps stopping my building process, event with
npm config set unsafe-perm true
.Verbose isn't returning anything strange and my Docker image is node's latest, core-js's version is 3.6.4.
Environment Variable CI is currently TRUE as well, there's anything more I've need to do?
The text was updated successfully, but these errors were encountered: