npm运行 从命令行在node_modules中运行可执行文件 使用npm-run可以确保您在命令行和package.json脚本中使用了相同版本的软件包。 npm生命周期脚本可用的任何可执行文件都可用于npm-run 。 用法 > npm install mocha # mocha installed in ./node_modules > npm-run mocha test/ * # uses locally installed mocha executable > npm-run --help Usage: npm-run command [...args] Options: