I just ran wasp deploy fly deploy and the build failed
I am getting the logs:
#16 [server-builder 8/11] RUN npm install && cd .wasp/build/server && npm install
#16 9.866 npm WARN deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
#16 10.08 npm WARN deprecated are-we-there-yet@2.0.0: This package is no longer supported.
#16 10.09 npm WARN deprecated npmlog@5.0.1: This package is no longer supported.
#16 10.10 npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead
#16 10.13 npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
#16 10.32 npm WARN deprecated domexception@4.0.0: Use your platform's native DOMException instead
#16 10.84 npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
#16 11.12 npm WARN deprecated gauge@3.0.2: This package is no longer supported.
#16 30.40 npm notice
#16 30.40 npm notice New major version of npm available! 9.8.1 -> 10.8.3
#16 30.40 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.8.3>
#16 30.40 npm notice Run `npm install -g npm@10.8.3` to update!
#16 30.40 npm notice
#16 30.40 npm ERR! code 1
#16 30.40 npm ERR! path /app/node_modules/canvas
#16 30.40 npm ERR! command failed
#16 30.40 npm ERR! command sh -c node-pre-gyp install --fallback-to-build --update-binary
#16 30.40 npm ERR! Failed to execute '/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=/app/node_modules/canvas/build/Release/canvas.node --module_name=canvas --module_path=/app/node_modules/canvas/build/Release --napi_version=9 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v108' (1)
#16 30.40 npm ERR! node-pre-gyp info it worked if it ends with ok
#16 30.40 npm ERR! node-pre-gyp info using node-pre-gyp@1.0.11
#16 30.40 npm ERR! node-pre-gyp info using node@18.18.0 | linux | x64
#16 30.40 npm ERR! node-pre-gyp http GET https://github.com/Automattic/node-canvas/releases/download/v2.11.2/canvas-v2.11.2-node-v108-linux-musl-x64.tar.gz
#16 30.40 npm ERR! node-pre-gyp ERR! install response status 404 Not Found on https://github.com/Automattic/node-canvas/releases/download/v2.11.2/canvas-v2.11.2-node-v108-linux-musl-x64.tar.gz
#16 30.40 npm ERR! node-pre-gyp WARN Pre-built binaries not installable for canvas@2.11.2 and node@18.18.0 (node-v108 ABI, musl) (falling back to source compile with node-gyp)
#16 30.40 npm ERR! node-pre-gyp WARN Hit error response status 404 Not Found on https://github.com/Automattic/node-canvas/releases/download/v2.11.2/canvas-v2.11.2-node-v108-linux-musl-x64.tar.gz
I just ran
wasp deploy fly deploy
and the build failedI am getting the logs:
Not sure what this is - any help?