▲ | DrNosferatu 5 days ago | |
And how’s the situation with Bun? | ||
▲ | lioeters 5 days ago | parent | next [-] | |
From: https://bun.sh/docs/install/lifecycle > Packages on npm can define lifecycle scripts in their package.json. These scripts are arbitrary shell commands that the package manager is expected to read and execute at the appropriate time. > But executing arbitrary scripts represents a potential security risk, so — unlike other npm clients — Bun does not execute arbitrary lifecycle scripts by default. | ||
▲ | nicoritschel 5 days ago | parent | prev [-] | |