You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are unnecessary binaries after installation in node_modules directory. AFIK, most ppx packages which are shipped by npm are using postinstall script to remove the unnecessary binaries after installation. Isn't it preferable to remove it for users? If you want me to add the postinstall script, I'll contribute it.
The text was updated successfully, but these errors were encountered:
mununki
changed the title
Remove the unnecessary binary after install
Remove the unnecessary binaries after install
May 23, 2022
Relying on postinstall scripts is not a good idea. Either for read/write. npm config set ignore-scripts true is a recommended setting for security reasons.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Uh oh!
There was an error while loading. Please reload this page.
Thank you for filing! Check list:
There are unnecessary binaries after installation in node_modules directory. AFIK, most ppx packages which are shipped by npm are using postinstall script to remove the unnecessary binaries after installation. Isn't it preferable to remove it for users? If you want me to add the postinstall script, I'll contribute it.
The text was updated successfully, but these errors were encountered: