In the process of creating a scoped public package, you have created a scoped package that has the user scope. What command would you use to publish this?
Note: username is “username”
Options
- npm publish –access public
- npm publish –access username
- npm publish –scope username -access public
- npm publish —scope=@username -access public