From: Shyam Chen Date: Wed, 19 Jul 2023 02:06:40 +0000 (+0800) Subject: docs: correct pnpm version (#8807) X-Git-Tag: v3.3.5~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3dddd62059f4a7a762046c1e7f01485b96e737d;p=thirdparty%2Fvuejs%2Fcore.git docs: correct pnpm version (#8807) --- diff --git a/.github/contributing.md b/.github/contributing.md index 43f3c532bf..e728e4cc8e 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -57,7 +57,7 @@ Hi! I'm really excited that you are interested in contributing to Vue.js. Before ## Development Setup -You will need [Node.js](https://nodejs.org) **version 16+**, and [PNPM](https://pnpm.io) **version 7+**. +You will need [Node.js](https://nodejs.org) **version 16+**, and [PNPM](https://pnpm.io) **version 8+**. We also recommend installing [ni](https://github.com/antfu/ni) to help switching between repos using different package managers. `ni` also provides the handy `nr` command which running npm scripts easier.