Advertisement
Naitenne

Untitled

Jan 26th, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.55 KB | None | 0 0
  1. root@RoW-dev-server-ubuntu-1gb-sfo2-01:~# apt-get install libicu-dev first
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. E: Unable to locate package first
  6. root@RoW-dev-server-ubuntu-1gb-sfo2-01:~# npm install node-icu-charset-detector
  7.  
  8. > node-icu-charset-detector@0.2.0 install /root/node_modules/node-icu-charset-de                   tector
  9. > node-gyp rebuild
  10.  
  11. make: Entering directory '/root/node_modules/node-icu-charset-detector/build'
  12.   CXX(target) Release/obj.target/node-icu-charset-detector/node-icu-charset-dete                   ctor.o
  13. ../node-icu-charset-detector.cpp:7:28: fatal error: unicode/ucsdet.h: No such fi                   le or directory
  14.  #include <unicode/ucsdet.h>
  15.                             ^
  16. compilation terminated.
  17. node-icu-charset-detector.target.mk:92: recipe for target 'Release/obj.target/no                   de-icu-charset-detector/node-icu-charset-detector.o' failed
  18. make: *** [Release/obj.target/node-icu-charset-detector/node-icu-charset-detecto                   r.o] Error 1
  19. make: Leaving directory '/root/node_modules/node-icu-charset-detector/build'
  20. gyp ERR! build error
  21. gyp ERR! stack Error: `make` failed with exit code: 2
  22. gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_                   modules/node-gyp/lib/build.js:276:23)
  23. gyp ERR! stack     at emitTwo (events.js:106:13)
  24. gyp ERR! stack     at ChildProcess.emit (events.js:191:7)
  25. gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_proces                   s.js:215:12)
  26. gyp ERR! System Linux 4.8.0-30-generic
  27. gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_mod                   ules/node-gyp/bin/node-gyp.js" "rebuild"
  28. gyp ERR! cwd /root/node_modules/node-icu-charset-detector
  29. gyp ERR! node -v v7.4.0
  30. gyp ERR! node-gyp -v v3.4.0
  31. gyp ERR! not ok
  32. npm WARN discord.js@11.0.0 requires a peer of erlpack@hammerandchisel/erlpack#ma                   ster but none was installed.
  33. npm WARN discord.js@11.0.0 requires a peer of node-opus@^0.2.0 but none was inst                   alled.
  34. npm WARN discord.js@11.0.0 requires a peer of opusscript@^0.0.1 but none was ins                   talled.
  35. npm WARN discord.js@11.0.0 requires a peer of uws@^0.12.0 but none was installed                   .
  36. npm WARN test2@1.0.0 No description
  37. npm WARN test2@1.0.0 No repository field.
  38. npm ERR! Linux 4.8.0-30-generic
  39. npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "node-icu-cha                   rset-detector"
  40. npm ERR! node v7.4.0
  41. npm ERR! npm  v4.0.5
  42. npm ERR! code ELIFECYCLE
  43.  
  44. npm ERR! node-icu-charset-detector@0.2.0 install: `node-gyp rebuild`
  45. npm ERR! Exit status 1
  46. npm ERR!
  47. npm ERR! Failed at the node-icu-charset-detector@0.2.0 install script 'node-gyp                    rebuild'.
  48. npm ERR! Make sure you have the latest version of node.js and npm installed.
  49. npm ERR! If you do, this is most likely a problem with the node-icu-charset-dete                   ctor package,
  50. npm ERR! not with npm itself.
  51. npm ERR! Tell the author that this fails on your system:
  52. npm ERR!     node-gyp rebuild
  53. npm ERR! You can get information on how to open an issue for this project with:
  54. npm ERR!     npm bugs node-icu-charset-detector
  55. npm ERR! Or if that isn't available, you can get their info via:
  56. npm ERR!     npm owner ls node-icu-charset-detector
  57. npm ERR! There is likely additional logging output above.
  58.  
  59. npm ERR! Please include the following file with any support request:
  60. npm ERR!     /root/npm-debug.log
  61. root@RoW-dev-server-ubuntu-1gb-sfo2-01:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement