npm install from verdaccio is launching postinstall when it should not #2259
-
This is about this issue: #maxmind/GeoIP2-node#377 (comment) When I install using However when I install through verdaccio, the postinstall script is launched (and breaks). It seems the package.json file holding all info for all version on the verdaccio storage is different from the one in the tarball (script name is written "_postinstall" in tarball storage however written "postinstall" in verdaccio storage) Just wondering if anything is wrong or if this is normal behaviour, and if I am missing an option or argument somewhere |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Verdaccio does not execute code in the client side. |
Beta Was this translation helpful? Give feedback.
Verdaccio does not execute code in the client side.