D:\gegdc\AS332703\predix-seed-develop>npm install
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "D:\\gegdc\\AS332703\\Software\\Nodejs\\\\node.exe" "D:\\gegdc\\AS
332703\\Software\\Nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! node v0.12.7
npm ERR! npm v2.11.3
npm ERR! code EPEERINVALID
npm ERR! peerinvalid The package grunt does not satisfy its siblings' peerDepend
encies requirements!
npm ERR! peerinvalid Peer [email protected] wants [email protected]~0.4.0
npm ERR! peerinvalid Peer [email protected] wants [email protected]>=1.0.1
npm ERR! peerinvalid Peer [email protected] wants [email protected]~0.4.0
npm ERR! peerinvalid Peer [email protected] wants [email protected]
npm ERR! peerinvalid Peer [email protected] wants [email protected]>=0.4.2
npm ERR! peerinvalid Peer [email protected] wants [email protected]>=0.4.0
npm ERR! peerinvalid Peer [email protected] wants [email protected]~0.4.0
npm ERR! peerinvalid Peer [email protected] wants [email protected]~0.4.0
npm ERR! peerinvalid Peer [email protected] wants [email protected]~0.4.0
npm ERR! peerinvalid Peer [email protected] wants [email protected]>=0.4.0
npm ERR! peerinvalid Peer [email protected] wants [email protected]~0.4.0
npm ERR! peerinvalid Peer [email protected] wants [email protected]>=0.4.0
npm ERR! Please include the following file with any support request:
npm ERR! D:\gegdc\AS332703\predix-seed-develop\npm-debug.log
我收到此錯誤:npm ERR! peerinvalid The package grunt does not satisfy its siblings' peerDependencies requirements!
錯誤而做NPM安裝我的節點項目
我試圖更新節點安裝,我也嘗試過更新節點的依賴版本,仍然得到同樣的問題。
錯誤不在npm中,但在您的配置中,您可以發佈'package.json'的內容嗎? – DrakaSAN