Today, I found that element has updated version @ 2.9.1, so I went to NPM update element-ui;
But it’s embarrassing to report a mistake
The error information is as follows:
Read the error message. The reason is caused by the plug-in chromedriver
Solution:
Kill chromedriver and then update
$ npm uninstall chromedriver
$ cnpm update element-ui
Perfect solution