Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. [root@localhost MB]# sudo npm i node-opus
  2.  
  3. > ref@1.3.5 install /home/peterkuc/Desktop/MB/node_modules/ref
  4. > node-gyp rebuild
  5.  
  6. gyp ERR! build error
  7. gyp ERR! stack Error: not found: make
  8. gyp ERR! stack at getNotFoundError (/usr/local/lib/node_modules/npm/node_modules/which/which.js:13:12)
  9. gyp ERR! stack at F (/usr/local/lib/node_modules/npm/node_modules/which/which.js:68:19)
  10. gyp ERR! stack at E (/usr/local/lib/node_modules/npm/node_modules/which/which.js:80:29)
  11. gyp ERR! stack at /usr/local/lib/node_modules/npm/node_modules/which/which.js:89:16
  12. gyp ERR! stack at /usr/local/lib/node_modules/npm/node_modules/isexe/index.js:42:5
  13. gyp ERR! stack at /usr/local/lib/node_modules/npm/node_modules/isexe/mode.js:8:5
  14. gyp ERR! stack at FSReqCallback.oncomplete (fs.js:158:21)
  15. gyp ERR! System Linux 5.3.7-301.fc31.x86_64
  16. gyp ERR! command "/usr/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  17. gyp ERR! cwd /home/peterkuc/Desktop/MB/node_modules/ref
  18. gyp ERR! node -v v12.13.0
  19. gyp ERR! node-gyp -v v5.0.5
  20. gyp ERR! not ok
  21.  
  22. > node-opus@0.3.3 install /home/peterkuc/Desktop/MB/node_modules/node-opus
  23. > node-gyp rebuild
  24.  
  25. gyp ERR! build error
  26. gyp ERR! stack Error: not found: make
  27. gyp ERR! stack at getNotFoundError (/usr/local/lib/node_modules/npm/node_modules/which/which.js:13:12)
  28. gyp ERR! stack at F (/usr/local/lib/node_modules/npm/node_modules/which/which.js:68:19)
  29. gyp ERR! stack at E (/usr/local/lib/node_modules/npm/node_modules/which/which.js:80:29)
  30. gyp ERR! stack at /usr/local/lib/node_modules/npm/node_modules/which/which.js:89:16
  31. gyp ERR! stack at /usr/local/lib/node_modules/npm/node_modules/isexe/index.js:42:5
  32. gyp ERR! stack at /usr/local/lib/node_modules/npm/node_modules/isexe/mode.js:8:5
  33. gyp ERR! stack at FSReqCallback.oncomplete (fs.js:158:21)
  34. gyp ERR! System Linux 5.3.7-301.fc31.x86_64
  35. gyp ERR! command "/usr/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  36. gyp ERR! cwd /home/peterkuc/Desktop/MB/node_modules/node-opus
  37. gyp ERR! node -v v12.13.0
  38. gyp ERR! node-gyp -v v5.0.5
  39. gyp ERR! not ok
  40. npm WARN discord.js@11.5.1 requires a peer of @discordjs/uws@^10.149.0 but none is installed. You must install peer dependencies yourself.
  41. npm WARN mb@1.0.0 No description
  42. npm WARN mb@1.0.0 No repository field.
  43. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ref@1.3.5 (node_modules/ref):
  44. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ref@1.3.5 install: `node-gyp rebuild`
  45. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
  46.  
  47. npm ERR! code ELIFECYCLE
  48. npm ERR! errno 1
  49. npm ERR! node-opus@0.3.3 install: `node-gyp rebuild`
  50. npm ERR! Exit status 1
  51. npm ERR!
  52. npm ERR! Failed at the node-opus@0.3.3 install script.
  53. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  54.  
  55. npm ERR! A complete log of this run can be found in:
  56. npm ERR! /root/.npm/_logs/2019-11-22T23_00_57_775Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement