We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15bb48a commit 44b8c09Copy full SHA for 44b8c09
examples/shirt-shop/package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"build": "next build",
7
"dev": "next dev",
8
- "install:compat": "node scripts/replace-workspace-version.mjs && pnpm install",
+ "install:compat": "node scripts/replace-workspace-version.mjs && npm install",
9
"lint": "next lint",
10
"start": "next start"
11
},
0 commit comments