npm安装node插件时报错

1.Couldn't find preset "es2015"

解决: npm install babel-preset-es2015

2.安装包时老要安装chromedriver_mac64.zip

Downloading https://chromedriver.storage.googleapis.com/2.32/chromedriver_mac64.zip
Saving to /var/folders/08/1twpdp_54b7cvy6w63m6hvdr0000gn/T/chromedriver/chromedriver_mac64.zip
ChromeDriver installation failed Error with http request: Error: read ETIMEDOUT
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
解决:

1.安装淘宝滤镜 cnpm

2.用npm安装

你可能感兴趣的:(npm安装node插件时报错)