buildpacks
buildpacks copied to clipboard
node.js version should be updated in package.json
[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
Appears to be the same as https://github.com/GoogleCloudPlatform/buildpacks/issues/215
@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.
Added nodejs 12.11.0. It should be available from now
sounds like this if fixed