I am trying to publish package to company feed that was created for our dev purposes.
Problem is that I am experiencing error 405 Method Not Allowed - Cannot perform the requested operation because the feed 'XXX@Local' is read-only.
Steps i did:
1. npm init
2. npm install --save packageIWant
3. added .npmrc with configs
4. npm publish
5. error 405
In azure i can also see message
Release views are read-only and do not support publishing. You currently have the @ view selected for the Local feed.
Now I am not sure if i need any new access rights or I need to switch somewhere or to something or maybe some problem in steps i did. Thanks for any feedback.