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
I'm running on Meteor 1.3.4.1 and getting a similar error. Mine says:
Unable to resolve some modules: "../build/Release/canvas" in /node_modules/canvas/lib/bindings.js (web.browser)
I looked at the bindings.js file, and if I change it to "../build/Release/canvas.node" where it says module.exports = require('../build/Release/canvas'); then it works. But that won't fly when it installs my npm dependencies automatically.
When I require resemble package, I got this:
...node_modules/canvas/build/Release/canvas.node, 1): Symbol not found: __Z22jpeg_resync_to_restartP22jpeg_decompress_structi
node-gyp
rebuild did not helpThe text was updated successfully, but these errors were encountered: