Advertisement
Arbitrator

Untitled

May 25th, 2019
6,916
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. -----> Node.js app detected
  2.  
  3. -----> Creating runtime environment
  4.  
  5. NPM_CONFIG_LOGLEVEL=error
  6. NODE_ENV=production
  7. NODE_MODULES_CACHE=true
  8. NODE_VERBOSE=false
  9.  
  10. -----> Installing binaries
  11. engines.node (package.json): 10.3.0
  12. engines.npm (package.json): unspecified (use default)
  13.  
  14. Resolving node version 10.3.0...
  15. Downloading and installing node 10.3.0...
  16. Using default npm version: 6.1.0
  17.  
  18. -----> Restoring cache
  19. - node_modules (not cached - skipping)
  20.  
  21. -----> Installing dependencies
  22. Installing node modules (package.json)
  23. up to date in 0.654s
  24. found 0 vulnerabilities
  25.  
  26.  
  27. -----> Build
  28.  
  29. -----> Caching build
  30. - node_modules (nothing to cache)
  31.  
  32. -----> Pruning devDependencies
  33. up to date in 0.658s
  34. found 0 vulnerabilities
  35.  
  36.  
  37. -----> Build succeeded!
  38. -----> App not compatible with buildpack: https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/python.tgz
  39. More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
  40. ! Push failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement