Created
April 8, 2025 05:07
-
-
Save sefgit/5c7223c70d60cea6db128208e9f751ae to your computer and use it in GitHub Desktop.
node canvas ubuntu 20.04 LTS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash | |
apt-get install libpixman-1-dev | |
apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev | |
apt-get install libxi-dev | |
apt-get install libgl-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment