Guest User

Untitled

a guest
Jan 24th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. C:>npm -v
  2. 5.5.1
  3.  
  4. C:>node -v
  5. v8.9.3
  6.  
  7. C:>npm install -g @angular/cli
  8. npm ERR! code ETARGET
  9. npm ERR! notarget No matching version found for @angular-devkit/architect@0.12.3
  10.  
  11. npm ERR! notarget In most cases you or one of your dependencies are requesting
  12. npm ERR! notarget a package version that doesn't exist.
  13. npm ERR! notarget
  14. npm ERR! notarget It was specified as a dependency of '@angular/cli'
  15. npm ERR! notarget
  16.  
  17. npm ERR! A complete log of this run can be found in:
  18. npm ERR! C:Users44128785AppDataRoamingnpm-cache_logs2019-01-24T09_50_
  19. 04_779Z-debug.log
  20.  
  21. 1) Rename your current node_modules to node_modules_backup
  22. 2) `npm install -g`
  23. 3) `npm install angular-cli -g`
Add Comment
Please, Sign In to add comment