NO_POSTINSTALL_SCRIPT
Conformance is available on Enterprise plans
Modifying, adding, or updating any dependencies in your application triggers the execution of the script. Consequently, incorporating a script in your application's package.json leads to increased installation times for all users.
If you hit this issue, you can resolve it by removing the script in the file.
Was this helpful?