Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 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 8.x...
  14. Downloading and installing node 8.9.1...
  15. Using default npm version: 5.5.1
  16. -----> Restoring cache
  17. Loading 2 from cacheDirectories (default):
  18. - node_modules (not cached - skipping)
  19. - bower_components (not cached - skipping)
  20. -----> Building dependencies
  21. Installing node modules (package.json)
  22. up to date in 0.087s
  23. -----> Caching build
  24. Clearing previous node cache
  25. Saving 2 cacheDirectories (default):
  26. - node_modules (nothing to cache)
  27. - bower_components (nothing to cache)
  28. -----> Build succeeded!
  29. ! This app may not specify any way to start a node process
  30. https://devcenter.heroku.com/articles/nodejs-support#default-web-process-type
  31. -----> Discovering process types
  32. Procfile declares types -> (none)
  33. Default types for buildpack -> web
  34. -----> Compressing...
  35. Done: 17.9M
  36. -----> Launching...
  37. Released v7
  38. https://aria-music.herokuapp.com/ deployed to Heroku
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement