我正在使用https://github.com/tj/n中的节点版本管理
$ node --version v4.2.4 $ npm --version 1.3.1
我已经删除了我的node_modules并试图运行,$npm install
但我收到警告消息,如
npm WARN engine postcss@5.0.13: wanted: {"node":">=0.12"} (current: {"node":"v0.10.25","npm":"1.3.10"})
我更新了我的packages.json以包括:
"engineStrict" : true, "engines": { "node": "4.2.4" },
任何建议非常感谢
我错过了什么
我需要打开一个新的终端窗口才能使设置生效.