Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 511 Bytes

DEVELOPER.md

File metadata and controls

30 lines (20 loc) · 511 Bytes

Developer Documentation for MyBC

Source code is hosted at GitHub:

https://github.com/jbuhacoff/nodejs-mybc-util

Updating dependencies

Update NPM itself (replace 10.4.0 with the most recent version):

sudo npm install -g npm@10.4.0

Install dependencies:

npm install

Check for dependencies that need to be updated:

npm audit

To update dependencies, edit their versions in package.json and then run npm install.