Core-js: Reduce output noise

Created on 6 Apr 2020  路  2Comments  路  Source: zloirock/core-js

Hi!

I'm trying to build a website that helps poor young-adults in South-East Asia trying to find love during the coronavirus outbreak.
I'm running a free version of Jenknis, and my free version limit only allows a certain number of characters to be output on the console, before I get into a paywall.

I've recently added storybook to my toolkit to test my components with image comparison, and I started to see something very noisy in my console output, that takes away characters from my quota.
I'm seeing this as a part of my NPM install script:

npm WARN deprecated [email protected]: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1

> [email protected] postinstall /Users/frank/important/southeastasian-love-finder-during-virus-times/node_modules/@storybook/api/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: 
> https://opencollective.com/core-js 
> https://www.patreon.com/zloirock 

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)


> [email protected] postinstall /Users/frank/important/southeastasian-love-finder-during-virus-times/node_modules/@storybook/channel-postmessage/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"


> [email protected] postinstall /Users/frank/important/southeastasian-love-finder-during-virus-times/node_modules/@storybook/channels/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"


> [email protected] postinstall /Users/frank/important/southeastasian-love-finder-during-virus-times/node_modules/@storybook/client-api/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"


> [email protected] postinstall /Users/frank/important/southeastasian-love-finder-during-virus-times/node_modules/@storybook/client-logger/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"


> [email protected] postinstall /Users/frank/important/southeastasian-love-finder-during-virus-times/node_modules/@storybook/components/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"


> [email protected] postinstall /Users/frank/important/southeastasian-love-finder-during-virus-times/node_modules/@storybook/core-events/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"


> [email protected] postinstall /Users/frank/important/southeastasian-love-finder-during-virus-times/node_modules/@storybook/core/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"


> [email protected] postinstall /Users/frank/important/southeastasian-love-finder-during-virus-times/node_modules/@storybook/node-logger/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"


> [email protected] postinstall /Users/frank/important/southeastasian-love-finder-during-virus-times/node_modules/@storybook/router/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"


> [email protected] postinstall /Users/frank/important/southeastasian-love-finder-during-virus-times/node_modules/@storybook/theming/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"


> [email protected] postinstall /Users/frank/important/southeastasian-love-finder-during-virus-times/node_modules/@storybook/ui/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"


> [email protected] postinstall /Users/frank/important/southeastasian-love-finder-during-virus-times/node_modules/core-js-pure
> node -e "try{require('./postinstall')}catch(e){}"


> [email protected] postinstall /Users/frank/important/southeastasian-love-finder-during-virus-times/node_modules/ejs
> node ./postinstall.js

Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)


> [email protected] postinstall /Users/frank/important/southeastasian-love-finder-during-virus-times/node_modules/lazy-universal-dotenv/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"


> [email protected] postinstall /Users/frank/important/southeastasian-love-finder-during-virus-times/node_modules/simplebar/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"


> [email protected] postinstall /Users/frank/important/southeastasian-love-finder-during-virus-times/node_modules/@storybook/addon-actions/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"


> [email protected] postinstall /Users/frank/important/southeastasian-love-finder-during-virus-times/node_modules/@storybook/addon-links/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"


> [email protected] postinstall /Users/frank/important/southeastasian-love-finder-during-virus-times/node_modules/@storybook/addons/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"


> [email protected] postinstall /Users/frank/important/southeastasian-love-finder-during-virus-times/node_modules/@storybook/react/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"

Is it possible to remove the post-install script, if the author couldn't find a good job in 6 months, chances are he won't be finding one.

The young adults in South-East-Asia would be really happy to find true love, and I can't tell them this is holding them back.

Thanks!

Most helpful comment

The young adults in South-East-Asia would be really happy to find true love, and I can't tell them this is holding them back.

Nothing is holding them back here, you are using a free Jenkins and a free piece of code from the internet.

If you want to silence the output then you can set any one of these environment variables before running npm install:

  • ADBLOCK
  • CI
  • DISABLE_OPENCOLLECTIVE
  • SILENT
  • OPEN_SOURCE_CONTRIBUTOR

All 2 comments

The young adults in South-East-Asia would be really happy to find true love, and I can't tell them this is holding them back.

Nothing is holding them back here, you are using a free Jenkins and a free piece of code from the internet.

If you want to silence the output then you can set any one of these environment variables before running npm install:

  • ADBLOCK
  • CI
  • DISABLE_OPENCOLLECTIVE
  • SILENT
  • OPEN_SOURCE_CONTRIBUTOR

Works like a charm. Sad to hear that the author is still jobless!

Was this page helpful?
0 / 5 - 0 ratings