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 ff82606 commit 409a163Copy full SHA for 409a163
netlify.toml
@@ -1,6 +1,6 @@
1
[build.environment]
2
- NODE_VERSION = "20"
+ NODE_VERSION = "16"
3
NPM_FLAGS = "--version" # prevent Netlify npm install
4
[build]
5
publish = "./dist"
6
- command = "npx pnpm i --store=node_modules/.pnpm-store --frozen-lockfile && npm run build:demo"
+ command = "npm i pnpm -g && pnpm install && pnpm run build:demo"
0 commit comments