Skip to content

Commit 0e40506

Browse files
ortafarskid
andauthored
Update src/getPackageResolution.ts
Co-authored-by: Farzad Yousefzadeh <[email protected]>
1 parent 2249938 commit 0e40506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/getPackageResolution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export function getPackageResolution({
6464

6565
if (resolutions.length === 0) {
6666
throw new Error(
67-
`\`${packageDetails.pathSpecifier}\`'s installed version is ${installedVersion} but a lockfile entry for it couldn't be find. Your lockfile is likely to be corrupt or you forgot to reinstall your packages.`,
67+
`\`${packageDetails.pathSpecifier}\`'s installed version is ${installedVersion} but a lockfile entry for it couldn't be found. Your lockfile is likely to be corrupt or you forgot to reinstall your packages.`,
6868
)
6969
}
7070

0 commit comments

Comments
 (0)