We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
During npm install within application which uses canvas, I am facing below issue:
gyp: Call to 'pkg-config cairo --libs' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
Devbox version: 0.13.5
Here is my devbox.json:
{ "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json", "packages": [ "[email protected]", "nodejs@18", "pkg-config@latest", "cairo@latest", "pango@latest", "libpng@latest", "giflib@latest", "librsvg@latest", "libjpeg@latest", "pixman@latest" ], "env": { "DEVBOX_COREPACK_ENABLED": "true" }, "shell": { "init_hook": [], "scripts": { "test": [ "echo \"Error: no test specified\" && exit 1" ] } } }
Maybe anyone has an idea what could be an issue ? Or how to fix it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
During npm install within application which uses canvas, I am facing below issue:
Devbox version: 0.13.5
Here is my devbox.json:
Maybe anyone has an idea what could be an issue ? Or how to fix it?
The text was updated successfully, but these errors were encountered: