buildpacks icon indicating copy to clipboard operation
buildpacks copied to clipboard

node.js version should be updated in package.json

Open biligeny opened this issue 1 year ago • 3 comments

[builder] Installing Node.js v12.11.0. [builder] 2022/07/11 23:25:31 [DEBUG] GET https://dl.google.com/runtimes/nodejs/nodejs-12.11.0.tar.gz [builder] WARNING: Failed to download Node.js version 12.11.0. You can specify the verison by setting the GOOGLE_RUNTIME_VERSION environment variable [builder] Failure: (ID: 58e6a0ae) fetching https://dl.google.com/runtimes/nodejs/nodejs-12.11.0.tar.gz returned HTTP status: 404 [builder] -------------------------------------------------------------------------------- [builder] Sorry your project couldn't be built. [builder] Our documentation explains ways to configure Buildpacks to better recognise your project: [builder] -> https://github.com/GoogleCloudPlatform/buildpacks/blob/main/README.md [builder] If you think you've found an issue, please report it: [builder] -> https://github.com/GoogleCloudPlatform/buildpacks/issues/new [builder] -------------------------------------------------------------------------------- [builder] ERROR: failed to build: exit status 1 ERROR: failed to build: executing lifecycle. This may be the result of using an untrusted builder: failed with status code: 51

biligeny avatar Jul 11 '22 23:07 biligeny

Appears to be the same as https://github.com/GoogleCloudPlatform/buildpacks/issues/215

spew avatar Jul 12 '22 19:07 spew

@biligeny Do you have any special reason to use nodejs 12.11.0 but not other versions? This is an old version and there is some issues with the release of 12.11.0 tarball https://github.com/nodejs/node/issues/29709. I suggest use a newer version.

paul-feng-github avatar Jul 28 '22 22:07 paul-feng-github

Added nodejs 12.11.0. It should be available from now

paul-feng-github avatar Aug 02 '22 23:08 paul-feng-github

sounds like this if fixed

matthewrobertson avatar Aug 18 '22 18:08 matthewrobertson