I'm attempting to publish a new scoped package to NPM running the command npm publish --access public
like this:
ole@mki:~/cli$ npm publish --access public
npm ERR! publish Failed PUT 403
npm ERR! code E403
npm ERR! Forbidden : @superflycss/cli
npm ERR! A complete log of this run can be found in:
npm ERR! /home/ole/.npm/_logs/2018-03-07T23_28_40_883Z-debug.log
I am logged in to NPM, and recently published an update to another package, so not sure why a new package is giving me issues?