简体   繁体   中英

Can't publish package to npm

I can't publish public package to npm. I have created organization but i cant find a way how to add new package.

Thanks for help在此处输入图片说明

You add a new package from the command line. Just do

  • npm init (to create package.json with details)
  • npm login
  • npm publish

See npm-publish for details, but if you just try to publish it should notify you what needs to be done.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM