当前位置: 首页 > 工具软件 > Easy-Monitor > 使用案例 >

Window7 下安装nodejs监控工具easy-monitor失败解决办法

井昊乾
2023-12-01

node.js版本:v10.14.2

Microsoft Visual Studio版本:2010

先执行以下步骤

  • npm install --global --production windows-build-tools
  • npm install -g node-gyp

安装node-gyp后进入到node-gyp安装目录

cd D:\nodejs\node_modules\node-gyp

然后执行

npm install --msvs_version=2010

再安装easy-monitor

npm install easy-monitor

就可以了

参考:

https://github.com/hyj1991/easy-monitor/issues/96

http://www.it610.com/article/3526541.htm

 

 类似资料: