如何设置 npm install 命令超时

sai*_*eep 5 node.js npm npm-install

如何在 npm 中设置在指定时间内安装包的超时。

假设npm install jasmine需要 20 秒。如果安装时间超过 10 秒,是否有办法使安装失败。