The build encountered an error during the "compile-front" step. Specifically, there was an issue with the installation of a module called "canvas". The error message suggests that there was a problem downloading the necessary files from the nodejs.org website.

The error occurred while trying to configure the module using node-gyp. The specific command that failed was:

/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --update-binary --module=/workspace/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/workspace/node_modules/canvas/build/Release --napi_version=5 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72

The build process attempted to execute this command, but it returned an error code of 1, indicating a failure. As a result, the "compile-front" step failed, and the overall build process was unsuccessful.

The specific cause of the error could be related to the availability or compatibility of the required files from the nodejs.org website. It's possible that there was a temporary issue with the download server or that the specific version of the module being installed is no longer available.

To resolve this issue, you may need to investigate the availability of the required files and ensure that they can be downloaded. You could also try updating the version of the "canvas" module or using a different version of Node.js to see if that resolves the problem

2023-08-03 193935110 gyp WARN install got an error rolling back install2023-08-03 193935110 gyp ERR! configure error 2023-08-03 193935110 gyp ERR! stack Error 500 response downloading httpsnodejsorgdo

原文地址: https://www.cveoy.top/t/topic/is4X 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录