Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2017
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.14393]
  2. (c) 2016 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\WINDOWS\system32>md mybot cd mybot npm install discord.js
  5. A subdirectory or file mybot already exists.
  6. Error occurred while processing: mybot.
  7.  
  8. C:\WINDOWS\system32>npm install discord.js
  9. C:\WINDOWS\system32
  10. | +-- @types/[email protected]
  11. | | | | `-- [email protected]
  12. +-- UNMET PEER DEPENDENCY erlpack@hammerandchisel/erlpack#master
  13. +-- UNMET PEER DEPENDENCY node-opus@^0.2.0
  14. +-- UNMET PEER DEPENDENCY opusscript@^0.0.1
  15. `-- UNMET PEER DEPENDENCY uws@^0.12.0
  16.  
  17. npm WARN enoent ENOENT: no such file or directory, open 'C:\WINDOWS\system32\package.json'
  18. npm WARN [email protected] requires a peer of erlpack@hammerandchisel/erlpack#master but none was installed.
  19. npm WARN [email protected] requires a peer of node-opus@^0.2.0 but none was installed.
  20. npm WARN [email protected] requires a peer of opusscript@^0.0.1 but none was installed.
  21. npm WARN [email protected] requires a peer of uws@^0.12.0 but none was installed.
  22. npm WARN system32 No description
  23. npm WARN system32 No repository field.
  24. npm WARN system32 No README data
  25. npm WARN system32 No license field.
  26.  
  27. C:\WINDOWS\system32>md mybot
  28. A subdirectory or file mybot already exists.
  29.  
  30. C:\WINDOWS\system32>cd mybot
  31.  
  32. C:\Windows\System32\mybot>npm install discord.js
  33. C:\Windows\System32
  34. +-- UNMET PEER DEPENDENCY erlpack@hammerandchisel/erlpack#master
  35. +-- UNMET PEER DEPENDENCY node-opus@^0.2.0
  36. +-- UNMET PEER DEPENDENCY opusscript@^0.0.1
  37. `-- UNMET PEER DEPENDENCY uws@^0.12.0
  38.  
  39. npm WARN enoent ENOENT: no such file or directory, open 'C:\Windows\System32\package.json'
  40. npm WARN [email protected] requires a peer of erlpack@hammerandchisel/erlpack#master but none was installed.
  41. npm WARN [email protected] requires a peer of node-opus@^0.2.0 but none was installed.
  42. npm WARN [email protected] requires a peer of opusscript@^0.0.1 but none was installed.
  43. npm WARN [email protected] requires a peer of uws@^0.12.0 but none was installed.
  44. npm WARN System32 No description
  45. npm WARN System32 No repository field.
  46. npm WARN System32 No README data
  47. npm WARN System32 No license field.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement