]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: revert "chore: add minimum Node version to .npmrc to avoid accidental breakage"
authorHaoqun Jiang <haoqunjiang@gmail.com>
Wed, 1 Jun 2022 07:29:22 +0000 (15:29 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Wed, 1 Jun 2022 07:29:22 +0000 (15:29 +0800)
This reverts commit 0b16bd50bffb637dfd8b41258fbefee673a0913e.

Seems `packageExtensions` cannot be used to patch `engines` field
reliably (it works on the first install, but would fail on a subsequent
`pnpm i`)

Anyway, we have Node.js 14 environment in the CI, so it's not a
must-have.

.npmrc [deleted file]
package.json
pnpm-lock.yaml

diff --git a/.npmrc b/.npmrc
deleted file mode 100644 (file)
index 19f359c..0000000
--- a/.npmrc
+++ /dev/null
@@ -1,2 +0,0 @@
-engine-strict=true
-node-version=14.16.0
index 767a394b409bf6efc4b3d2d9293d685237a27263..c6d2274fe623b71123db951d84610c0c9883fbef 100644 (file)
     "*.{js,ts,vue,json}": [
       "prettier --write"
     ]
-  },
-  "pnpm": {
-    "packageExtensions": {
-      "zx": {
-        "engines": {
-          "node": ">= 14.16.0"
-        }
-      }
-    }
   }
 }
index 31b78a88158b931ca3e57cac639a9ec55a0c6e6c..c241138275ccb17114f58e388dfca43c5667a9df 100644 (file)
@@ -1,7 +1,5 @@
 lockfileVersion: 5.4
 
-packageExtensionsChecksum: 210dc6f38ad5e77519dd55e799036854
-
 importers:
 
   .: