Y
Hacker News
new
|
ask
|
show
|
jobs
by
thrdbndndn
5 days ago
How do you allow scripts for tools installed globally?
1 comments
jamiem
5 days ago
Either pass the --allow-scripts=<pkg> flag with npx or npm install -g, or set allow-scripts=<pkg> in .npmrc
link