EasyQRCodeJS-NodeJS
EasyQRCodeJS-NodeJS copied to clipboard
EasyQRCodeJS-NodeJS not install with node v.20.15
Hi
I cannot install EasyQRCodeJS-NodeJS with command npm install easyqrcodejs-nodejs on nodejs v.20.15
How to fix it ?
Thank you
I was able to fix the dependency issue. Run this before you try and install: brew install pkg-config cairo pango libpng jpeg giflib librsvg
That will allow you to install the package correctly.
Thank you