wechaty/wechaty-puppet-padchat

Wechaty npm install 安装异常

lijin19901008 opened this issue · 1 comments

node 版本v10.15.0
Wechaty v0.22.6 is starting...
PuppetManager install(wechaty-puppet-puppeteer@^0.14.1)

系统环境为 Linux version 2.6.32-573.el6.x86_64

下载地址为:https://codeload.github.com/lijiarui/wechaty-getting-started/zip/master

问题描述:
解压 进入目录 执行npm install 爆出警告

npm WARN lifecycle wechaty-getting-started@0.1.0~postinstall: cannot run in wd wechaty-getting-started@0.1.0 check-node-version --node ">= 10" (wd=/home/lijin/wechaty-getting-started-master)
up to date in 4.891s

麻烦给看看是啥问题好吗 着急 谢谢

请按照下面的内容给出相关信息:

1. 提供你的包版本信息

  • wechaty 版本:
  • wechaty-puppet-padchat 版本:
  • node 版本: (运行 node --version 获取版本)

2. 期待程序运行的结果

3. 程序实际运行的结果

4. 复现的步骤 (或者解决的步骤)

这一部分非常重要,如果你无法给出复现步骤,我们也很难提供相应的解决办法:
例子:

  • 第一步:
  • 第二步:
  • 。。。

5. 完整的日志信息:

通过WECHATY_LOG=silly设定环境变量,将设置log 等级为 silly,获取最详细的日志信息(默认log 等级为 info)
请提供完整的日志信息(不要只提供部分的日志截图,请复制粘贴日志内容!)

Show Logs
$ WECHATY_LOG=silly node yourbot.js