Node-gyp重建错误

时间:2016-04-14 07:53:45

标签: node.js npm-install

enter image description here 尝试安装节点依赖项(npm install)错误时使用节点版本v4.4.0

1 个答案:

答案 0 :(得分:0)

看起来你正在使用旧版本的npm。您可能希望通过运行npm install npm来获取最新信息。

实际上不需要Contextify,因为您正在运行Node版本> 4。我怀疑你没有明确地包含了contextify,而是被一些其他包作为依赖包含在内。试着弄清楚它是什么包,看看它是否有更新的版本。见这里:https://github.com/nodejs/node-gyp/issues/785