You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had solo all puppet right now, and use wechat4u as default puppet. While when I npm install wechaty, it will download chromium default, maybe we should not download chromium at this period.
➜ test npm install wechaty
>[email protected] install /Users/jiaruili/git/test/node_modules/node-expat
> node-gyp rebuild
CC(target) Release/obj.target/expat/deps/libexpat/lib/xmlparse.o
CC(target) Release/obj.target/expat/deps/libexpat/lib/xmltok.o
CC(target) Release/obj.target/expat/deps/libexpat/lib/xmlrole.o
LIBTOOL-STATIC Release/libexpat.a
CXX(target) Release/obj.target/node_expat/node-expat.o
SOLINK_MODULE(target) Release/node_expat.node
>[email protected] install /Users/jiaruili/git/test/node_modules/leveldown
> prebuild-install || node-gyp rebuild
>[email protected] install /Users/jiaruili/git/test/node_modules/puppeteer
> node install.js
ERROR: Failed to download Chromium r564778! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download.
{ Error: read ETIMEDOUT
at _errnoException (util.js:999:13)
at TLSWrap.onread (net.js:629:25) errno: 'ETIMEDOUT', code: 'ETIMEDOUT', syscall: 'read' }
npm WARN [email protected] No description
npm WARN [email protected] No repository field.
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.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/jiaruili/.npm/_logs/2018-07-07T07_13_49_473Z-debug.log
The text was updated successfully, but these errors were encountered:
We had solo all puppet right now, and use
wechat4u
as default puppet. While when Inpm install wechaty
, it will download chromium default, maybe we should not download chromium at this period.The text was updated successfully, but these errors were encountered: