1. 26 1月, 2018 2 次提交
  2. 19 1月, 2018 1 次提交
  3. 18 1月, 2018 5 次提交
  4. 12 1月, 2018 9 次提交
  5. 11 1月, 2018 4 次提交
  6. 05 1月, 2018 1 次提交
  7. 26 12月, 2017 1 次提交
    • fail to install node dependencies (#1036) · 3661d339
      丸子 提交于
      * Update README.md
      
      before you run `mybot.js` make sure you have `package.json` along with the script,or it would fail to install dependencies
      
      ```
      ➜  test npm install wechaty
      
      > puppeteer@0.13.0 install /Users/hiwanz/test/node_modules/puppeteer
      > node install.js
      
      ERROR: Failed to download Chromium r515411! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download.
      { Error: read ETIMEDOUT
          at _errnoException (util.js:1024:11)
          at TLSWrap.onread (net.js:615:25) code: 'ETIMEDOUT', errno: 'ETIMEDOUT', syscall: 'read' }
      npm WARN enoent ENOENT: no such file or directory, open '/Users/hiwanz/test/package.json'
      npm WARN test No description
      npm WARN test No repository field.
      npm WARN test No README data
      npm WARN test No license field.
      
      ```
      
      * Update README.md
      
      before you run `mybot.js` make sure you have `package.json` along with the script,or it would fail to install dependencies
      
      Error info:
      
      ```
      ➜  test npm install wechaty
      
      > puppeteer@0.13.0 install /Users/hiwanz/test/node_modules/puppeteer
      > node install.js
      
      ERROR: Failed to download Chromium r515411! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download.
      { Error: read ETIMEDOUT
          at _errnoException (util.js:1024:11)
          at TLSWrap.onread (net.js:615:25) code: 'ETIMEDOUT', errno: 'ETIMEDOUT', syscall: 'read' }
      npm WARN enoent ENOENT: no such file or directory, open '/Users/hiwanz/test/package.json'
      npm WARN test No description
      npm WARN test No repository field.
      npm WARN test No README data
      npm WARN test No license field.
      
      ```
      3661d339
  8. 18 12月, 2017 1 次提交
  9. 12 12月, 2017 1 次提交
  10. 05 12月, 2017 4 次提交
  11. 29 11月, 2017 2 次提交
  12. 27 11月, 2017 4 次提交
  13. 25 11月, 2017 2 次提交
  14. 23 11月, 2017 3 次提交