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
Is there a way we can simplify the process of getting Canvas installed?
Even after a successful npm install, running the example server in nodetiles-init fails:
$ node server.example.js
/Users/matth/projects/ld/misc/nt/node_modules/nodetiles-core/node_modules/canvas/lib/bindings.js:9
throw e;
^
Error: Cannot find module '../build/default/canvas'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at Object.<anonymous> (/Users/matth/projects/ld/misc/nt/node_modules/nodetiles-core/node_modules/canvas/lib/bindings.js:7:20)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)
The text was updated successfully, but these errors were encountered:
Hmmmmm. I have not seen that before. Getting Canvas/Cairo up and running on OSX is frequently painful and always seems to involve different odd things on everybody's machine.
Is there a way we can simplify the process of getting Canvas installed?
Even after a successful
npm install
, running the example server in nodetiles-init fails:The text was updated successfully, but these errors were encountered: