Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -----> Building on the Heroku-20 stack
- -----> Using buildpack: heroku/nodejs
- -----> Node.js app detected
- -----> Creating runtime environment
- NPM_CONFIG_LOGLEVEL=error
- NODE_VERBOSE=false
- NODE_ENV=production
- NODE_MODULES_CACHE=true
- -----> Installing binaries
- engines.node (package.json): unspecified
- engines.npm (package.json): unspecified (use default)
- Resolving node version 16.x...
- Downloading and installing node 16.14.1...
- Using default npm version: 8.5.0
- -----> Restoring cache
- - node_modules is checked into source control and cannot be cached
- -----> Installing dependencies
- Prebuild detected (node_modules already exists)
- Rebuilding any native modules
- rebuilt dependencies successfully
- Installing any new modules (package.json)
- up to date, audited 73 packages in 514ms
- 2 packages are looking for funding
- run `npm fund` for details
- found 0 vulnerabilities
- -----> Build
- -----> Caching build
- - node_modules
- -----> Pruning devDependencies
- up to date, audited 73 packages in 481ms
- 2 packages are looking for funding
- run `npm fund` for details
- found 0 vulnerabilities
- -----> Build succeeded!
- -----> Discovering process types
- Procfile declares types -> (none)
- Default types for buildpack -> web
- -----> Compressing...
- Done: 33.1M
- -----> Launching...
- Released v4
- https://hilmi-express.herokuapp.com/ deployed to Heroku
Advertisement
Add Comment
Please, Sign In to add comment