-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! fix: fallback to
shasum
when integrity
is not defined
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -901,7 +901,7 @@ it(`should download latest pnpm from custom registry`, async () => { | |
stdout: `pnpm: Hello from custom registry\n`, | ||
stderr: | ||
`! The local project doesn't define a 'packageManager' field. Corepack will now add one referencing [email protected]+sha1.d862ca5bedaa7d2328b8bde6ce2bac5141681f48.\n` + | ||
`! For more details about this field, consult the documentation at https://nodejs.org/api/packages.html#packagemanager\n`, | ||
`! For more details about this field, consult the documentation at https://nodejs.org/api/packages.html#packagemanager\n\n`, | ||
}); | ||
|
||
// Should keep working with cache | ||
|