-
Notifications
You must be signed in to change notification settings - Fork 7
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.