npm ERR! Failed at the chromedriver@2.46.0 install scriptの解決法

npm install 時のchromedriverのエラーの解決方法を紹介します。

[エラー内容]
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! chromedriver@2.46.0 install: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the chromedriver@2.46.0 install script.
npm ERR! This is probably not a problem with npm. There is likely additional
logging output above.

[解決策]
npm install chromedriver
–chromedriver_cdnurl=https://npm.taobao.org/mirrors/chromedriver

[参考元]
下記リンクのCustom binaries urlを参照してください
https://github.com/coreui/coreui-free-vue-admin-template/issues/168