79293107

Date: 2024-12-19 04:28:59
Score: 1
Natty:
Report link

If you have tried the brew dependencies listed in other solutions and it still doesn't work you are likely on an old version of node... upgrading fixed everything for me.

$ nvm install --lts

$ nvm use --lts

$ npm i canvas

Cheers

Reasons:
  • Blacklisted phrase (1): Cheers
  • RegEx Blacklisted phrase (2): it still doesn't work
  • Low length (0.5):
  • Has code block (-0.5):
  • High reputation (-2):
Posted by: Albert Renshaw