We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc2d71 commit 5b20ce6Copy full SHA for 5b20ce6
.changeset/blue-pumas-dress.md
@@ -0,0 +1,5 @@
1
+---
2
+"@blitzjs/generator": patch
3
4
+
5
+Fixes Error: Cannot find module when running blitz new and selecting the minimal pages router option
packages/generator/templates/minimalapp/package.js.json
@@ -20,7 +20,7 @@
20
"dependencies": {
21
"@blitzjs/next": "latest",
22
"blitz": "latest",
23
- "next": "13.4.5",
+ "next": "15.0.1",
24
"react": "18.2.0",
25
"react-dom": "18.2.0",
26
"ts-node": "10.9.1"
packages/generator/templates/minimalapp/package.ts.json
0 commit comments