Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
1.6 kB
3
Indexable
-----> Building on the Heroku-22 stack
-----> Determining which buildpack to use for this app
-----> 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):  20.x
       engines.npm (package.json):   unspecified (use default)
Resolving node version 20.x...
       Downloading and installing node 20.10.0...
       Using default npm version: 10.2.3
       
-----> Installing dependencies
       Installing node modules
       npm notice 
       npm notice New patch version of npm available! 10.2.3 -> 10.2.5
       npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.2.5>
       npm notice Run `npm install -g npm@10.2.5` to update!
npm notice 
       npm ERR! code E404
       npm ERR! 404 Not Found - GET https://registry.npmjs.org/instagram-url-dl/-/instagram-url-dl-5.1.3.tgz - Not found
       npm ERR! 404 
       npm ERR! 404  'instagram-url-dl@https://registry.npmjs.org/instagram-url-dl/-/instagram-url-dl-5.1.3.tgz' is not in this registry.
       npm ERR! 404 
       npm ERR! 404 Note that you can also install from a
       npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in: /tmp/npmcache.HhRHL/_logs/2023-12-29T05_10_58_497Z-debug-0.log
-----> Build failed
       
       We're sorry this build is failing! You can troubleshoot common issues here:
       https://devcenter.heroku.com/articles/troubleshooting-node-deploys
Leave a Comment