【发布时间】:2017-07-31 10:24:21
【问题描述】:
当我运行sudo npm install -g artillery 时,会出现以下错误:
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
/home/newgen/.npm-global/bin/artillery -> /home/newgen/.npm-global/lib/node_modules/artillery/bin/artillery
/home/newgen/.npm-global/lib
`-- artillery@1.6.0-2
如果我运行artillery,它会显示:
artillery: command not found
我该如何解决这个问题。
【问题讨论】:
标签: node.js npm installation npm-install