error code ELIFECYCLE
53014 error errno 1
53015 error canvas@2.8.0 install: node-pre-gyp install --fallback-to-build
53015 error Exit status 1
53016 error Failed at the canvas@2.8.0 install script.
53016 error This is probably not a problem with npm. There is likely additional logging output above.
53017 verbose exit [ 1, true ]
解决办法:
npm install canvas@2.8.0 --ignore-scripts
只要是:npm ERR! Failed at the XXX@X.X.X install script 这种错误
都可以:npm install XXX@X.X.X --ignore-scripts
进行更改