hilmi_coding

Log deploy express to heroku

Mar 17th, 2022
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. -----> Building on the Heroku-20 stack
  2. -----> Using buildpack: heroku/nodejs
  3. -----> Node.js app detected
  4.  
  5. -----> Creating runtime environment
  6.  
  7. NPM_CONFIG_LOGLEVEL=error
  8. NODE_VERBOSE=false
  9. NODE_ENV=production
  10. NODE_MODULES_CACHE=true
  11.  
  12. -----> Installing binaries
  13. engines.node (package.json): unspecified
  14. engines.npm (package.json): unspecified (use default)
  15.  
  16. Resolving node version 16.x...
  17. Downloading and installing node 16.14.1...
  18. Using default npm version: 8.5.0
  19.  
  20. -----> Restoring cache
  21. - node_modules is checked into source control and cannot be cached
  22.  
  23. -----> Installing dependencies
  24. Prebuild detected (node_modules already exists)
  25. Rebuilding any native modules
  26. rebuilt dependencies successfully
  27. Installing any new modules (package.json)
  28.  
  29. up to date, audited 73 packages in 514ms
  30.  
  31. 2 packages are looking for funding
  32. run `npm fund` for details
  33.  
  34. found 0 vulnerabilities
  35.  
  36. -----> Build
  37.  
  38. -----> Caching build
  39. - node_modules
  40.  
  41. -----> Pruning devDependencies
  42.  
  43. up to date, audited 73 packages in 481ms
  44.  
  45. 2 packages are looking for funding
  46. run `npm fund` for details
  47.  
  48. found 0 vulnerabilities
  49.  
  50. -----> Build succeeded!
  51. -----> Discovering process types
  52. Procfile declares types -> (none)
  53. Default types for buildpack -> web
  54. -----> Compressing...
  55. Done: 33.1M
  56. -----> Launching...
  57. Released v4
  58. https://hilmi-express.herokuapp.com/ deployed to Heroku
Advertisement
Add Comment
Please, Sign In to add comment