-
-
Notifications
You must be signed in to change notification settings - Fork 366
Labels
Description
When using pnpm in a project it outputs the packages that had ignored build scripts with specific versions:
╭ Warning ────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ Ignored build scripts: @parcel/watcher@2.5.6, esbuild@0.25.12, esbuild@0.25.9, less@4.5.1, │
│ lmdb@3.4.2, msgpackr-extract@3.0.3. │
│ Run "pnpm approve-builds" to pick which dependencies should be allowed to run scripts. │
│ │
╰─────────────────────────────────────────────────────────────────────────────────────────────────╯
I tried to copy the package including the version into the search field but it didn't find the package.
What I would like to happen:
When adding a version to the search string and it is found for the corresponding package I want to open the package page with the specified version preselected
Reactions are currently unavailable