Skip to content

Upgrading node packages

Erik Hetzner edited this page Mar 27, 2018 · 1 revision

To upgrade a node package, e.g., to version 1.0.1, use:

cd client
yarn add my-package@1.0.1

This should update both the client/package.json and client/yarn.lock files. Commit changes to both these files.

Clone this wiki locally