I'm trying to registry to npm repository with my subscription. When I execute the follow command:
npm login --registry=http://npm.sencha.com [email protected]
I recive a response:
Logged in as "my user" to scope @extjs on http://npm.sencha.com/.
But when a try to install something i get no permission at all:
npm ERR! 403 Forbidden: @extjs/[email protected]^6.5.1
EDIT:
On @sencha scope works fine.