-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes Dependabot::SharedHelpers::HelperSubprocessFailed - err_pnpm_un…
…supported_platform error code (#10436) * Adds exception handler and test cases
- Loading branch information
1 parent
8ac6c26
commit 5a79a6a
Showing
5 changed files
with
92 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
npm_and_yarn/spec/fixtures/projects/pnpm/unsupported_platform/.npmrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
engine-strict=true |
21 changes: 21 additions & 0 deletions
21
npm_and_yarn/spec/fixtures/projects/pnpm/unsupported_platform/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"name": "test", | ||
"version": "1.1.1", | ||
"private": true, | ||
"pnpm": { | ||
"supportedArchitectures": { | ||
"os": ["win32", "darwin", "current"], | ||
"cpu": ["arm"] | ||
}, | ||
"requiredScripts": ["build"] | ||
}, | ||
"dependencies": { | ||
"@blocknote/core": "^0.15.3", | ||
"@swc/core-linux-arm-gnueabihf": "1.3.56" | ||
}, | ||
"engines": { | ||
"pnpm": ">=8.0.0 <11.0.0", | ||
"node": ">=18.0.0 <19.0.0" | ||
}, | ||
"packageManager": "pnpm@8.4.0+sha1.73c608c602d520c436c7b250330315d83ffcc1ee" | ||
} |
9 changes: 9 additions & 0 deletions
9
npm_and_yarn/spec/fixtures/projects/pnpm/unsupported_platform/pnpm-lock.yaml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.