pst-commons
v1.0.55
Published
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
Downloads
528
Readme
how to install
cd commons npm i npm pack
copy commons-1.0.0-tgz to the root path of the service
in package.json of the service add this dependency "commons":"file:./commons-1.0.0.tgz"
cd to the root path of service run this cmd rm -rf ./node_modules package-lock.json npm i