Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 300 Bytes

changes-for-mac.md

File metadata and controls

9 lines (6 loc) · 300 Bytes

Do the following on macOS if npm i fails for canvas installation

  1. remove this line : "canvas": "^2.11.2", from package.json
  2. Execute the following

brew install pkg-config cairo pango libpng jpeg giflib librsvg pixman python-setuptools

npm i

>npm install canvas@npm:@napi-rs/canvas