Skip to content

Commit eb6d8df

Browse files
brianstrauchclaude
andcommitted
Pin next to ^16.2.6 to avoid broken 16.3.0-preview.0 release
npm's 'latest' dist-tag for next currently points to 16.3.0-preview.0, whose @next/swc-linux-x64-gnu binary is not published, so 'next build' fails with a 404 whenever the lockfile is regenerated. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent f0e415e commit eb6d8df

2 files changed

Lines changed: 16 additions & 8 deletions

File tree

nextjs-ecommerce-oneclick/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@temporalio/envconfig": "^1.18.0",
2525
"@temporalio/worker": "^1.18.0",
2626
"@temporalio/workflow": "^1.18.0",
27-
"next": "latest",
27+
"next": "^16.2.6",
2828
"react": "^18.2.0",
2929
"react-dom": "^18.2.0",
3030
"react-toastify": "^8.0.3",

pnpm-lock.yaml

Lines changed: 15 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)