We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86eeae5 commit 096a45aCopy full SHA for 096a45a
tests/prepare.mjs
@@ -45,7 +45,7 @@ const promises = fixtures.map((fixture) =>
45
}
46
47
// npm is the default
48
- let cmd = `npm install --no-audit --progress=false --prefer-offline --legacy-peer-deps`
+ let cmd = `npm install --no-audit --progress=false --prefer-offline --legacy-peer-deps --no-package-lock`
49
const { packageManager } = JSON.parse(await readFile(join(cwd, 'package.json'), 'utf8'))
50
if (packageManager?.startsWith('pnpm')) {
51
// We disable frozen-lockfile because we may have changed the version of Next.js
0 commit comments