Update to reflect specific PNPM version

Roy Ho 2022-05-17 12:22:37 -07:00
parent 8e2f26bf08
commit b98e85c7be
1 changed files with 1 additions and 0 deletions

@ -171,6 +171,7 @@ To install WooCommerce dependencies (this includes some functionality such as Gu
$ cd ~/vagrant-local/www/wordpress-one/public_html/wp-content/plugins/woocommerce
$ nvm install
$ nvm use
$ npm install -g pnpm@^6.24.2
$ pnpm install
$ pnpm nx composer-install woocommerce
```