I've installed nodejs on windows and tried adding the canvas module using the following command...
npm install canvas
I get the following error message...
'node-waf' is not regonized as an internal or external command, operable program or batch file.
Is there a way to install node-waf on windows or an alternative way to install modules?
I have read that you should try to use Gyp instead of node-waf. It's apparently better cross platform as well.
http://botsikas.blogspot.com/2011/12/nodejs-modules-cross-platform.html
You can also use canvas implementation based on GDI+ https://bitbucket.org/pastorgluk/node-canvas-win