-
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 Subprocesshelperfailure issues
- Loading branch information
1 parent
0c65ca6
commit 8e121fd
Showing
9 changed files
with
5,653 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
26 changes: 26 additions & 0 deletions
26
npm_and_yarn/spec/fixtures/projects/pnpm/invalid_json/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,26 @@ | ||
{ | ||
"name": "xyz", | ||
"version": "1.0.0", | ||
"type": "module", | ||
"private": true, | ||
"license": "Creative Commons Attribution Non Commercial 3.0", | ||
"dependencies": { | ||
"@radix-ui/react-context-menu": "^2.2.3", | ||
"ahqstore-types": "link:src-ahqstore-types\\pkg" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"react-app", | ||
"react-app/jest" | ||
] | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/abc/xyz" | ||
}, | ||
"author": { | ||
"name": "abc Softwares", | ||
"email": "[email protected]", | ||
"url": "https://github.com/abc" | ||
} | ||
} |
Oops, something went wrong.