You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warnings.push('The "shamefully-flatten" setting has been renamed to "shamefully-hoist". Also, in most cases you won\'t need "shamefully-hoist". Since v4, a semistrict node_modules structure is on by default (via hoist-pattern=[*]).')
378
356
pnpmConfig.shamefullyHoist=true
379
357
}
380
-
if(!pnpmConfig.storeDir&&pnpmConfig['store']){
381
-
warnings.push('The "store" setting has been renamed to "store-dir". Please use the new name.')
Copy file name to clipboardExpand all lines: packages/config/test/index.ts
+2-2
Original file line number
Diff line number
Diff line change
@@ -148,13 +148,13 @@ test('throw error if --virtual-store-dir is used with --global', async () => {
148
148
}
149
149
})
150
150
151
-
test('when using --global, link-workspace-packages, shared-workspace-shrinwrap and lockfile-directory are false even if it is set to true in a .npmrc file',async()=>{
151
+
test('when using --global, link-workspace-packages, shared-workspace-lockfile and lockfile-dir are false even if it is set to true in a .npmrc file',async()=>{
0 commit comments