-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
scripts\postinstall.js does not honor npm color setting #556
Labels
Comments
Hmm... I even didn't know about this NPM setting. Feel free to propose a PR. |
This was referenced Sep 4, 2019
This was referenced Sep 19, 2019
This was referenced Oct 21, 2019
This was referenced Nov 25, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
scripts\postinstall.js does not honor npm color setting.
repro
repro 1:
npm install --no-color [email protected]
repro2:
npm config set color false
npm install --no-optional [email protected]
The text was updated successfully, but these errors were encountered: