Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.03 KB | None | 0 0
  1. -----> Node.js app detected
  2. -----> Creating runtime environment
  3.  
  4. NPM_CONFIG_LOGLEVEL=error
  5. NPM_CONFIG_PRODUCTION=true
  6. NODE_VERBOSE=false
  7. NODE_ENV=production
  8. NODE_MODULES_CACHE=true
  9. -----> Installing binaries
  10. engines.node (package.json): unspecified
  11. engines.npm (package.json): unspecified (use default)
  12.  
  13. Resolving node version 6.x via semver.io...
  14. Downloading and installing node 6.10.1...
  15. Using default npm version: 3.10.10
  16. -----> Restoring cache
  17. Loading 2 from cacheDirectories (default):
  18. - node_modules (exists - skipping)
  19. - bower_components (not cached - skipping)
  20. -----> Building dependencies
  21. Prebuild detected (node_modules already exists)
  22. Rebuilding any native modules
  23.  
  24. > iconv@2.2.1 install /tmp/build_874208d6a2ec85e57cf3fac77cb61bfa/node_modules/iconv
  25. > node-gyp rebuild
  26.  
  27. make: Entering directory `/tmp/build_874208d6a2ec85e57cf3fac77cb61bfa/node_modules/iconv/build'
  28. CXX(target) Release/obj.target/iconv/src/binding.o
  29. CC(target) Release/obj.target/iconv/deps/libiconv/lib/iconv.o
  30. SOLINK_MODULE(target) Release/obj.target/iconv.node
  31. COPY Release/iconv.node
  32. make: Leaving directory `/tmp/build_874208d6a2ec85e57cf3fac77cb61bfa/node_modules/iconv/build'
  33.  
  34. > node-icu-charset-detector@0.2.0 install /tmp/build_874208d6a2ec85e57cf3fac77cb61bfa/node_modules/node-icu-charset-detector
  35. > node-gyp rebuild
  36.  
  37. make: Entering directory `/tmp/build_874208d6a2ec85e57cf3fac77cb61bfa/node_modules/node-icu-charset-detector/build'
  38. CXX(target) Release/obj.target/node-icu-charset-detector/node-icu-charset-detector.o
  39. ../node-icu-charset-detector.cpp:7:28: fatal error: unicode/ucsdet.h: No such file or directory
  40. #include <unicode/ucsdet.h>
  41. ^
  42. compilation terminated.
  43. make: *** [Release/obj.target/node-icu-charset-detector/node-icu-charset-detector.o] Error 1
  44. make: Leaving directory `/tmp/build_874208d6a2ec85e57cf3fac77cb61bfa/node_modules/node-icu-charset-detector/build'
  45. gyp ERR! build error
  46. gyp ERR! stack Error: `make` failed with exit code: 2
  47. gyp ERR! stack at ChildProcess.onExit (/tmp/build_874208d6a2ec85e57cf3fac77cb61bfa/.heroku/node/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
  48. gyp ERR! stack at emitTwo (events.js:106:13)
  49. gyp ERR! stack at ChildProcess.emit (events.js:191:7)
  50. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
  51. gyp ERR! System Linux 3.13.0-112-generic
  52. gyp ERR! command "/tmp/build_874208d6a2ec85e57cf3fac77cb61bfa/.heroku/node/bin/node" "/tmp/build_874208d6a2ec85e57cf3fac77cb61bfa/.heroku/node/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  53. gyp ERR! cwd /tmp/build_874208d6a2ec85e57cf3fac77cb61bfa/node_modules/node-icu-charset-detector
  54. gyp ERR! node -v v6.10.1
  55. gyp ERR! node-gyp -v v3.4.0
  56. gyp ERR! not ok
  57.  
  58. npm ERR! Linux 3.13.0-112-generic
  59. npm ERR! argv "/tmp/build_874208d6a2ec85e57cf3fac77cb61bfa/.heroku/node/bin/node" "/tmp/build_874208d6a2ec85e57cf3fac77cb61bfa/.heroku/node/bin/npm" "rebuild"
  60. npm ERR! node v6.10.1
  61. npm ERR! npm v3.10.10
  62. npm ERR! code ELIFECYCLE
  63. npm ERR! node-icu-charset-detector@0.2.0 install: `node-gyp rebuild`
  64. npm ERR! Exit status 1
  65. npm ERR!
  66. npm ERR! Failed at the node-icu-charset-detector@0.2.0 install script 'node-gyp rebuild'.
  67. npm ERR! Make sure you have the latest version of node.js and npm installed.
  68. npm ERR! If you do, this is most likely a problem with the node-icu-charset-detector package,
  69. npm ERR! not with npm itself.
  70. npm ERR! Tell the author that this fails on your system:
  71. npm ERR! node-gyp rebuild
  72. npm ERR! You can get information on how to open an issue for this project with:
  73. npm ERR! npm bugs node-icu-charset-detector
  74. npm ERR! Or if that isn't available, you can get their info via:
  75. npm ERR! npm owner ls node-icu-charset-detector
  76. npm ERR! There is likely additional logging output above.
  77.  
  78. npm ERR! Please include the following file with any support request:
  79. npm ERR! /tmp/build_874208d6a2ec85e57cf3fac77cb61bfa/npm-debug.log
  80. -----> Build failed
  81.  
  82. We're sorry this build is failing! You can troubleshoot common issues here:
  83. https://devcenter.heroku.com/articles/troubleshooting-node-deploys
  84.  
  85. Some possible problems:
  86.  
  87. - node_modules checked into source control
  88. https://blog.heroku.com/node-habits-2016#9-only-git-the-important-bits
  89.  
  90. - Node version not specified in package.json
  91. https://devcenter.heroku.com/articles/nodejs-support#specifying-a-node-js-version
  92.  
  93. Love,
  94. Heroku
  95.  
  96. ! Push rejected, failed to compile Node.js app.
  97. ! Push failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement