Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. c:\Users\tchornyi\workspaces\atlantic-partners>npm i
  2. npm WARN package.json Dependency 'grunt' exists in both dependencies and devDependencies, using 'grunt@~1.0.1' from dependencies
  3.  
  4. > atlantic-partners@0.2.1 preinstall c:\Users\tchornyi\workspaces\atlantic-partners
  5. > node ./tools/pip.js
  6.  
  7. Resolving pips...
  8. Done.
  9. -
  10. > atlantic-partners@0.2.1 postinstall c:\Users\tchornyi\workspaces\atlantic-partners
  11. > bower install --config.interactive=false
  12.  
  13. npm ERR! Windows_NT 10.0.14393
  14. npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "i"
  15. npm ERR! node v4.5.0
  16. npm ERR! npm v2.15.9
  17. npm ERR! code EPEERINVALID
  18.  
  19. npm ERR! peerinvalid The package grunt@1.0.1 does not satisfy its siblings' peerDependencies requirements!
  20. npm ERR! peerinvalid Peer grunt-execute@0.2.2 wants grunt@~0.4.1
  21. npm ERR! peerinvalid Peer grunt-exec@1.0.1 wants grunt@>=0.4
  22. npm ERR! peerinvalid Peer grunt-contrib-sass@0.9.2 wants grunt@>=0.4.0
  23. npm ERR! peerinvalid Peer grunt-contrib-concat@1.0.1 wants grunt@>=0.4.0
  24. npm ERR! peerinvalid Peer load-grunt-tasks@3.5.2 wants grunt@>=0.4.0
  25. npm ERR! peerinvalid Peer grunt-concurrent@2.3.1 wants grunt@>=0.4.0
  26. npm ERR! peerinvalid Peer grunt-nodemon@0.4.2 wants grunt@>=0.4.0
  27.  
  28. npm ERR! Please include the following file with any support request:
  29. npm ERR! c:\Users\tchornyi\workspaces\atlantic-partners\npm-debug.log
  30.  
  31. c:\Users\tchornyi\workspaces\atlantic-partners>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement