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
⚠️CentOS Users: CentOS has a very long support cycle (that is, you may be using a very old OS). CentOS 6 officially distributes a version of Cairo that is too old to build node-canvas 2.x. It also distributes GCC 4.4.7, which doesn't support C++11 as needed to build add-ons for Node.js 8.x. When you attempt to install, you will see warnings about CAIRO_FORMAT_RGB16_565 and/or CAIRO_FORMAT_INVALID or the compiler not supporting C++11. You either need to upgrade your OS, upgrade Cairo or use the prebuilt module (see Installation - Prebuilt)