Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 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_ENV=staging
  7. NODE_MODULES_CACHE=true
  8.  
  9. npm scripts will see NODE_ENV=production (not 'staging')
  10. https://docs.npmjs.com/misc/config#production
  11. -----> Installing binaries
  12. engines.node (package.json): 6.3.1
  13. engines.npm (package.json): unspecified (use default)
  14.  
  15. Downloading and installing node 6.3.1...
  16. Using default npm version: 3.10.3
  17. -----> Restoring cache
  18. Loading 2 from cacheDirectories (default):
  19. - node_modules
  20. - bower_components (not cached - skipping)
  21. -----> Building dependencies
  22. Installing node modules (package.json)
  23. -----> Caching build
  24. Clearing previous node cache
  25. Saving 2 cacheDirectories (default):
  26. - node_modules
  27. - bower_components (nothing to cache)
  28. -----> Build succeeded!
  29. ├── dotenv@2.0.0
  30. ├── lodash@4.16.6
  31. ├── mongodb@2.2.11
  32. ├── nested-error-stacks@1.0.1
  33. ├── nightmare@2.9.1
  34. ├── nightmare-iframe-manager@0.0.4 (git+https://git@github.com/rosshinkley/nightmare-iframe-manager.git#013f475308e5889c9ee072e19775d0f7d5f9c8e5)
  35. ├── parse@1.9.1
  36. ├── pg@6.1.0
  37. ├── q@1.4.1
  38. ├── require-env@0.0.4
  39. ├── rollbar@0.6.2
  40. ├── sendwithus@2.9.2
  41. ├── slugid@1.0.3
  42. └── string-format@0.5.0
  43.  
  44. ! This app may not specify any way to start a node process
  45. https://devcenter.heroku.com/articles/nodejs-support#default-web-process-type
  46. -----> Discovering process types
  47. Procfile declares types -> (none)
  48. Default types for buildpack -> web
  49. -----> Compressing...
  50. Done: 58.4M
  51. -----> Launching...
  52. Released v115
  53. https://is-scheduled-staging.herokuapp.com/ deployed to Heroku
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement