node.js – pnpm warning – Ignored build scripts: esbuild

I recently wanted to give pnpm a try to use that for my new project instead of using the same old npm.

I get this warning at the end of trying an installation pnpm install :

╭ Warning ───────────────────────────────────────────────────────────────────────────────────╮
│                                                                                            │
│   Ignored build scripts: esbuild.                                                          │
│   Run "pnpm approve-builds" to pick which dependencies should be allowed to run scripts.   │
│                                                                                            │
╰────────────────────────────────────────────────────────────────────────────────────────────╯

I’m concerned maybe there was some important script for esbuild which was really required, and if this is going to cause trouble later.

Read more here: Source link