node 18.17.1
npm-cli-login -u test -p test-e test@test.com -r https://npm.test.net:1234
info attempt registry request try #1 at 오후 2:18:39
http request PUT https://npm.test.net:1234/-/user/org.couchdb.user:test
info retry will retry, error on last attempt: Error: certificate has expired
how to fix ....?
I tried..
npm config set strict-ssl false
I want it to be distributed with a single command.
"deploy": "rollup -c && npm run ssl-false && npm run login && npm run publish"
node 18.17.1
how to fix ....?
I tried..
I want it to be distributed with a single command.