-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uncaught: Error: Cannot find module '../build/default/canvas' #29
Comments
first you need to run:
then after it is configured, each time you want to build it you just need to:
|
@visionmedia I have the same issue... check this:
but still when I try to compile .styl with nib I get this:
I removed the //try {
Canvas = require('canvas');
var gradient = require('./nodes/gradient')
, colorImage = require('./nodes/color-image')
//} catch (err) {
// ignore
//} |
How i will use it in Windows? |
How was the error resolved? I just ran |
@curran Make sure you're installing the latest version of |
uncaught: Error: Cannot find module '../build/default/canvas'
The text was updated successfully, but these errors were encountered: