Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Builds with Node LTS Version 12.18.3 are failing #814

Closed
ohsnapitscolin opened this issue Jul 23, 2020 · 4 comments
Closed

Builds with Node LTS Version 12.18.3 are failing #814

ohsnapitscolin opened this issue Jul 23, 2020 · 4 comments

Comments

@ohsnapitscolin
Copy link

ohsnapitscolin commented Jul 23, 2020

Node's LTS Version was updated to 12.18.3 yesterday, but our Heroku builds are continuously failing on:

       Resolving node version 12 via semver.io...
       Downloading and installing node 12.18.3...
       Unable to download node 12.18.3; does it exist?
-----> Build failed

it seems like https://nodejs.org/dist/v12.18.3/node-v12.18.3-linux-x64.tar.gz exists, but I get don't just any output when running:

curl http://s3pository.heroku.com/node/v12.18.3/node-v12.18.3-linux-x64.tar.gz

Node 12.18.2 seems to be working fine:

curl http://s3pository.heroku.com/node/v12.18.2/node-v12.18.2-linux-x64.tar.gz
@danielleadams
Copy link
Contributor

Hi @ohsnapitscolin, what version of the buildpack are you using? From the buildpack log, it doesn't look like you're using the latest.

@ohsnapitscolin
Copy link
Author

ohsnapitscolin commented Jul 23, 2020

@ohsnapitscolin
Copy link
Author

Hmmm, as quick follow up looking in more detail at our logs, it looks like we are fetching v98. Trying to figure if that's an issue on our end or with the hosted emberjs.tgz buildpack above.

-----> emberjs app detected
-----> Setting NPM_CONFIG_PRODUCTION to false to install ember-cli toolchain
-----> Fetching buildpack heroku/nodejs-v98
-----> Node.js detected
-----> Creating runtime environment
       
       NPM_CONFIG_LOGLEVEL=error
       NPM_CONFIG_PRODUCTION=false
       NODE_ENV=production
       NODE_MODULES_CACHE=true
       NODE_VERBOSE=false
-----> Installing binaries
       engines.node (package.json):  12
       engines.npm (package.json):   unspecified (use default)
       
       Resolving node version 12 via semver.io...
       Downloading and installing node 12.18.3...
       Unable to download node 12.18.3; does it exist?
-----> Build failed

@ohsnapitscolin
Copy link
Author

After a little more investigation, I've filed heroku/heroku-buildpack-emberjs#61, and am going to close this issue on the heroku-buildpack-nodejs side. Thanks for the help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants