0

I am unable to install the canvas module on nodejs.I found the errors shown in the attached image.enter link description here http://inkfi.com/error-images/error.pngClick to see full image

Shivang Gupta
  • 3,139
  • 1
  • 25
  • 24

1 Answers1

0

Do any other npm modules with native bindings work for you? I think your issue is node-gyp on windows. See the node-gyp docs/rep for more info. (You need python and some other goodies.)

virtualandy
  • 90
  • 1
  • 10