Command failed: NPM install — loglevel error

When creating a project, vuecli4 always fails to report an error. Command failed: NPM install — loglevel error
installing the Taobao image is also an error.
the way to find it on the Internet
NPM install chromedriver — chromedriver_ cdnurl= http://cdn.npm.taobao.org/dist/chromedriver
After completing the operation, re create the project Vue create****

My installed version is as follows:
node – V
v14.16.1

npm -v
6.14.2

vue -V
@vue/cli 4.5.12

npm install chromedriver –chromedriver_ cdnurl= http://cdn.npm.taobao.org/dist/chromedriver

vue create

So it worked

Read More: