- related issue for node 22.xx (LTS)
node canvas installing issues windows 10/11
1. Install GIT
winget install --id Git.Git -e --source winget
2. Install MSYS2
winget install --id MSYS2.MSYS2 -e --source winget
3. Install VS2022
winget install Microsoft.VisualStudio.2022.BuildTools -e --source winget --silent --override "--wait --quiet --add ProductLang En-us --add Microsoft.VisualStudio.Workload.VCTools --includeRecommended"
4. Install Python
winget install --id Python.Python.3.13 -e --source winget
5. Download GTK and Unzip the contents in C:\GTK
gtk+-bundle_2.22.1-20101229_win64.zip
6. Download both libjpeg-turbo and install to its default location (C:\libjpeg-turbo
if 32bit or C:\libjpeg-turbo64
if 64bit)
libjpeg-turbo-3.0.1-vc.exe
libjpeg-turbo-3.0.1-vc64.exe