Comment by thrdbndndn 1 month ago How do you allow scripts for tools installed globally? 1 comment thrdbndndn Reply jamiem 1 month ago Either pass the --allow-scripts=<pkg> flag with npx or npm install -g, or set allow-scripts=<pkg> in .npmrc
jamiem 1 month ago Either pass the --allow-scripts=<pkg> flag with npx or npm install -g, or set allow-scripts=<pkg> in .npmrc
Either pass the --allow-scripts=<pkg> flag with npx or npm install -g, or set allow-scripts=<pkg> in .npmrc