Guest User

Untitled

a guest
Jan 18th, 2018
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. ----> Node.js app detected
  2.  
  3. -----> Creating runtime environment
  4.  
  5.  
  6.  
  7. NPM_CONFIG_LOGLEVEL=error
  8.  
  9. NPM_CONFIG_PRODUCTION=true
  10.  
  11. NODE_VERBOSE=false
  12.  
  13. NODE_ENV=production
  14.  
  15. NODE_MODULES_CACHE=true
  16.  
  17. -----> Installing binaries
  18.  
  19. engines.node (package.json): 9.4.0
  20.  
  21. engines.npm (package.json): 5.3.0
  22.  
  23. engines.yarn (package.json): 1.3.2
  24.  
  25.  
  26.  
  27. Resolving node version 9.4.0...
  28.  
  29. Downloading and installing node 9.4.0...
  30.  
  31. Bootstrapping npm 5.3.0 (replacing 5.6.0)...
  32.  
  33. npm 5.3.0 installed
  34.  
  35. Resolving yarn version 1.3.2...
  36.  
  37. Downloading and installing yarn (1.3.2)...
  38.  
  39. Installed yarn 1.3.2
  40.  
  41. -----> Restoring cache
  42.  
  43. Skipping cache restore (not-found)
  44.  
  45. -----> Building dependencies
  46.  
  47. Installing node modules (yarn.lock)
  48.  
  49. yarn install v1.3.2
  50.  
  51. [1/4] Resolving packages...
  52.  
  53. [2/4] Fetching packages...
  54.  
  55. info fsevents@1.1.1: The platform "linux" is incompatible with this module.
  56.  
  57. info "fsevents@1.1.1" is an optional dependency and failed compatibility check. Excluding it from installation.
  58.  
  59. [3/4] Linking dependencies...
  60.  
  61. warning "webpack > ajv-keywords@1.5.1" has unmet peer dependency "ajv@>=4.10.0".
  62.  
  63. [4/4] Building fresh packages...
  64.  
  65. $ webpack --config webpack.prod.js
  66.  
  67. /bin/sh: 1: webpack: not found
  68.  
  69. error Command failed with exit code 127.
  70.  
  71. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
  72.  
  73. -----> Build failed
  74.  
  75.  
  76.  
  77. We're sorry this build is failing! You can troubleshoot common issues here:
  78.  
  79. https://devcenter.heroku.com/articles/troubleshooting-node-deploys
  80.  
  81.  
  82.  
  83. If you're stuck, please submit a ticket so we can help:
  84.  
  85. https://help.heroku.com/
  86.  
  87.  
  88.  
  89. Love,
  90.  
  91. Heroku
  92.  
  93.  
  94.  
  95. ! Push rejected, failed to compile Node.js app.
  96.  
  97. ! Push failed
Add Comment
Please, Sign In to add comment