|
|
|
|
|
by SahAssar
1036 days ago
|
|
Nope, but if your dependencies are reasonable and don't do a bunch of stuff in pre/post-install you can disable it with `--ignore-scripts`. IMO it would be much better if that was the default and dependencies had to ask to run scripts (perhaps with a whitelist in package.json), but unfortunately node did a bunch of "helpful" mistakes and now it's hard to roll back without breaking. Maybe if they had denos permission model they could isolate so that the dependency could only read/write to it's own directory within node_modules. |
|