nest icon indicating copy to clipboard operation
nest copied to clipboard

env to skip running "postinstall": "opencollective"

Open erlangparasu opened this issue 9 months ago • 2 comments

Is there an existing issue that is already proposing this?

  • [X] I have searched the existing issues

Is your feature request related to a problem? Please describe it

npm install -d stuck at postinstall

Log:

npm info run @nestjs/[email protected] postinstall { code: 0, signal: null }

Describe the solution you'd like

skip postinstall

Teachability, documentation, adoption, migration strategy

What is the motivation / use case for changing the behavior?

npm install -d stuck at postinstall

erlangparasu avatar Sep 12 '23 23:09 erlangparasu

btw https://github.com/opencollective/opencollective-cli is deprecated

erlangparasu avatar Sep 12 '23 23:09 erlangparasu

for now you can use --ignore-scripts to skip that

micalevisk avatar Sep 13 '23 14:09 micalevisk