From: Haoqun Jiang Date: Tue, 24 Jun 2025 08:27:29 +0000 (+0800) Subject: chore: remove devEngines for now X-Git-Tag: v3.17.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bc5d3a8bbcdca4b4dc389fc45c11ed7f3889d35;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: remove devEngines for now Let's wait until pnpm's official support. https://github.com/pnpm/pnpm/issues/8153 Currently this field made `pnpm version` failing because it runs `npm version` under the hood. --- diff --git a/package.json b/package.json index 5cbf569a..3d9804bb 100644 --- a/package.json +++ b/package.json @@ -16,13 +16,6 @@ "engines": { "node": ">=v20.0.0" }, - "devEngines": { - "packageManager": { - "name": "pnpm", - "onFail": "download", - "version": ">= 10.7.1" - } - }, "scripts": { "prepare": "husky", "format": "prettier --write .",