-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proper wechaty and its dependency installation #1225
Comments
I'd like to suggest you try a REAL fresh install: rm -fr node_modules
rm -f package-lock.json
npm install wechaty |
Oh, OK. I gave it a try, and this is what I get for now.
Yep, it works. Just the issue #1222 is still yet. Thx. |
why |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to dup issue #1222 myself, I tried to do the wechaty installation to a second brand new machine, and here is what I got:
I.e., I installed the
rxjs
peer dependencies myself, but it didn't solve the problem.In order to solve the problem, I have to do
Now things are OK.
However, when I tried to install wechaty next I get:
I.e., wechaty's rxjs dependency requirement (v6) is conflicting with puppeteer's (v5).
This might not seem to be a big deal, but this
rxjs
thing is breaking the old test code that I had:The text was updated successfully, but these errors were encountered: