Skip to content

Commit

Permalink
Updated .npmrc in hopes of getting past Vercel deployment error
Browse files Browse the repository at this point in the history
Vercel Error:
 ERR_PNPM_UNSUPPORTED_ENGINE  Unsupported environment (bad pnpm and/or Node.js version)
Your Node version is incompatible with "/@sveltejs/kit/1.0.0-next.520_svelte@3.47.0+vite@3.1.8".
Expected version: >=16.14
Got: v14.21.1

Hoping this advice does the trick: pnpm/pnpm#4203 (comment)
  • Loading branch information
nvlgzr committed Dec 13, 2022
1 parent 8723fe4 commit 22fa2f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
@@ -1 +1,2 @@
engine-strict=true
use-node-version=18.2.0

0 comments on commit 22fa2f5

Please sign in to comment.