错误的ERR! npm owner添加<user>

时间:2018-04-06 17:01:25

标签: npm-install

有人能告诉我为什么会收到这些错误吗?

npm au build --env prod
npm ERR! Usage: 
npm ERR! npm owner add <user> [<@scope>/]<pkg>
npm ERR! npm owner rm <user> [<@scope>/]<pkg>
npm ERR! npm owner ls [<@scope>/]<pkg>
npm ERR! 
npm ERR! alias: author

谢谢,KB

1 个答案:

答案 0 :(得分:0)

因为您使用的npm aunpm author的缩写。

$ npm author --help
npm owner add <user> [<@scope>/]<pkg>
npm owner rm <user> [<@scope>/]<pkg>
npm owner ls [<@scope>/]<pkg>

您可能会使用npm run build --env prod