Advertisement
Guest User

Untitled

a guest
Dec 17th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. PS> cat .package.json
  2. {
  3. "version": "0.0.0",
  4. "private": true,
  5. "name": "angular-phonecat",
  6. ...
  7. "dependencies": {
  8. "node-mysql": ">=2.5.0"
  9. },
  10. "devDependencies": {
  11. "karma": "^0.12.16",
  12. ...
  13.  
  14. PS> npm install
  15. npm WARN package.json karma-chrome-launcher@0.1.7 No README data
  16. npm ERR! notarget No compatible version found: node-mysql@'>=2.5.0'
  17. npm ERR! notarget Valid install targets:
  18. npm ERR! notarget ["0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.7","0.1.8","0.1.9","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.2.7","0.2.8","0.2.9","0.3.0","0.3.1","0.3.2","0.3.3","0.3.4","0.3.5","0.3.6","0.3.7","0.3.8","0.3.9","0.4.0","0.4.1"]
  19. npm ERR! notarget
  20. npm ERR! notarget This is most likely not a problem with npm itself.
  21. npm ERR! notarget In most cases you or one of your dependencies are requesting
  22. npm ERR! notarget a package version that doesn't exist.
  23.  
  24. npm ERR! System Windows_NT 6.1.7601
  25. npm ERR! command "C:\Program Files\nodejs\\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install"
  26. npm ERR! cwd C:testangularticketsysangular-phonecat
  27. npm ERR! node -v v0.10.32
  28. npm ERR! npm -v 1.4.28
  29. npm ERR! code ETARGET
  30. npm ERR!
  31. npm ERR! Additional logging details can be found in:
  32. npm ERR! C:testangularticketsysangular-phonecatnpm-debug.log
  33. npm ERR! not ok code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement