0
我收到紗線錯誤。紗線依賴關係引發錯誤
error [email protected]:引擎「節點」與此模塊不兼容。預期版本「〜0.10.22」。
下面是我package.json
"engines": {
"node": ">4.0.0"
}
"dependencies": {
"moduleA": "^x.x.x"
}
moduleA具有依賴性
「依賴」:{ 「moduleB」: 「^ 3.3.3」 }
我試圖爲moduleB
。
npm show moduleB engines
{ node: '>=4.0.0 < 7.0.0' }
任何線索。非常感激 !