|
How can I just disable it for all projects at once, like in a global config file... |
Replies: 2 comments 3 replies
|
There is no setting to disable it globally. To disable it for a project, you can add this to neverBuiltDependencies: [] |
|
ok here is a thing when i run create next-app@latest it block two scripts sharp and unrs-resolver. and gives an error which looks bad it shouldn't be there since i am developing on my own computer there has to be a way or anything to stop blocking those scripts with global config file or a flag or something like that. i don't want to run a seperate command like pnpm approve-builds it is frustrating. when i create that workspace yaml file and allow them there then create next-app give error that file exist there can't do it. so please provide an option to stop blocking things and let everything happen smoothly. i don't want to create that file just to allow some basic things. just like npm has this thing which does exactly this npm config set dangerously-allow-all-scripts true --location=user |
There is no setting to disable it globally. To disable it for a project, you can add this to
pnpm-workspace.yaml: