After successfully logging into the sencha NPM repo with this command:
npm login --registry=https://sencha.myget.org/F/community/npm/ --scope=@sencha
The response confirmed my login status:
Logged in as stevemc to scope @sencha on https://sencha.myget.org/F/community/npm/.
However, when I attempted to install ext-gen using this command:
npm install -g @sencha/ext-gen
I encountered the following error message:
403 You are not allowed to access this feed. - GET https://sencha.myget.org/F/community/npm/@sencha%2fext-gen
Despite attempting recommended troubleshooting steps such as deleting the .npmrc
file and cleaning the NPM cache, the issue persists. I even waited a day in case there was a delay in updates, but unfortunately nothing changed.
At this point, I am out of ideas on how to resolve this issue.