mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-30 13:02:03 -04:00
fix: remove confusing error message about bad layout
This commit is contained in:
@@ -23,9 +23,7 @@ export default function checkCompatibility (
|
||||
}
|
||||
if (!modules.layoutVersion || modules.layoutVersion !== LAYOUT_VERSION) {
|
||||
throw new ModulesBreakingChangeError({
|
||||
additionalInformation: 'The change was needed to make `independent-leafs` not the default installation layout',
|
||||
modulesPath: opts.modulesPath,
|
||||
relatedIssue: 821,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user