From 22fa2f5f0ba55d0085390f7ff0e1e431f9c99cc0 Mon Sep 17 00:00:00 2001 From: Elbong Gearny Date: Tue, 13 Dec 2022 15:41:51 -0800 Subject: [PATCH] Updated .npmrc in hopes of getting past Vercel deployment error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: https://github.com/pnpm/pnpm/issues/4203#issuecomment-1133455842 --- .npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmrc b/.npmrc index b6f27f1..53ae9bb 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ engine-strict=true +use-node-version=18.2.0