JohnMcLear / draw

A real time collaborative drawing tool using nodejs, socket.io & paper.js
Apache License 2.0
482 stars 158 forks source link

Does not work with NodeJS 4.x.x #200

Closed bytesnz closed 6 years ago

bytesnz commented 8 years ago

Package canvas 1.2.1 does not work with NodeJS 4.x.x. Changing the package to 1.3.4 fixes the problem, but have not tested backwards capability.

bytesnz commented 8 years ago

Does anyone have a NodeJS installation < 4? If so, would you be able to see if the new-canvas-version branch 665367d installs/runs for you?

JohnMcLear commented 8 years ago

use nvm to manage multiple node versions on your box