diff --git a/src/ModManUi/.npmrc b/src/ModManUi/.npmrc new file mode 100644 index 00000000..62b96bc3 --- /dev/null +++ b/src/ModManUi/.npmrc @@ -0,0 +1,5 @@ +# Do not run any npm lifecycle hook scripts (especially after installation). +# Most dependencies should be fine with this. +ignore-scripts=true +# Always prefer locked versions from lockfile when installing. +save-exact=true