-
Notifications
You must be signed in to change notification settings - Fork 335
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
Unable to install canvas 1.6.0 in node 10.15.0 #114
Comments
in your package.json you have canvas to be installed on particualr commit like this "canvas": "git+https://github.com/chearon/node-canvas.git#12971f64a66b", remove #12971f64a66b and delete node_modules and run npm install it should work |
Deleting the canvas version & rebuilding didn't help
|
Worked for me, thanks |
@ValeriiTT what machine did you try this on? what versions? |
@ChaiBapchya Ubuntu 19.10, npm v7.5.4, node v10.15.2, node-gyp v7.1.2 |
This one change allowed my install to work. Thanks! |
I had tried to install audiogram in latest node 10.15.0 environment, Installation process stops while building canvas 1.6.0 module. Kindly fix audiogram to work in latest node js also.
The text was updated successfully, but these errors were encountered: