You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran into this doing the prebuilds. 2.2.0 doesn't build in Node 7 on any of the 3 platforms. Node 6 does. Should we add all versions to the build matrix?
Steps to Reproduce
npm install in the repo
src/CanvasRenderingContext2d.cc:1722:49: error: no member named 'InstanceOf' in 'v8::Object'
Looks like it was caused by #1293 (this line). Should it be > 7 instead?
Your Environment
Version of node-canvas (output of npm list canvas or yarn list canvas): 2.2.0
Environment (e.g. node 4.2.0 on Mac OS X 10.8): any
The text was updated successfully, but these errors were encountered:
Issue or Feature
Ran into this doing the prebuilds. 2.2.0 doesn't build in Node 7 on any of the 3 platforms. Node 6 does. Should we add all versions to the build matrix?
Steps to Reproduce
npm install
in the reposrc/CanvasRenderingContext2d.cc:1722:49: error: no member named 'InstanceOf' in 'v8::Object'
Looks like it was caused by #1293 (this line). Should it be
> 7
instead?Your Environment
npm list canvas
oryarn list canvas
): 2.2.0The text was updated successfully, but these errors were encountered: