有人能告诉我为什么会收到这些错误吗?
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
答案 0 :(得分:0)
因为您使用的npm au
是npm 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
。