mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-28 20:11:48 -04:00
docs: fix after-install warning typo (#10919)
Co-authored-by: rohan436 <rohan.santhoshkumar@googlemail.com>
This commit is contained in:
@@ -66,7 +66,7 @@ function findPackages (
|
||||
if (!pkgInfo.name) {
|
||||
logger.warn({
|
||||
message: `Skipping ${relativeDepPath} because cannot get the package name from ${WANTED_LOCKFILE}.
|
||||
Try to run run \`pnpm update --depth 100\` to create a new ${WANTED_LOCKFILE} with all the necessary info.`,
|
||||
Try to run \`pnpm update --depth 100\` to create a new ${WANTED_LOCKFILE} with all the necessary info.`,
|
||||
prefix: opts.prefix,
|
||||
})
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user