Source code is hosted at GitHub:
https://github.com/jbuhacoff/nodejs-mybc-util
Update NPM itself (replace 10.8.3
with the most recent version):
sudo npm install -g [email protected]
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
.
To install the tool from the source directory:
npm pack
sudo npm install -g jbuhacoff-mybc-1.0.6.tgz
Note that the archive file name with version number on the second line is
whatever was printed at the end of the npm pack
command.
You can then check it was installed successfully:
which mybc