npm ERR! publish Failed PUT 403 npm ERR! Error: forbidden user: zx not authorized to modify hello
没权限
package.json里是"author": “zx” ,为什么没权限呢,还是说需要另外设置权限呢
@alsotang 哦 是不是要 npm owner add (user) (package name)
@alsotang 找到原因了,hello已经被别人上传了,重新定义了下"name": “hello_zx_20140928” 可以发布了
@xhuiinit 你应该起个不那么常见的名字,哈哈。