Last updated 6 years ago
using
set registry
npm set registry
add user
npm adduser --registry
example:
Username: test Password: test Email: test@test.com
publish
npm publish --registry
sed -i -e 's/http:\/\//https:\/\//g' package-lock.json