[3,3.0] Unable to open browsers on WSL
Created by: endiliey
Describe the bug
Open v7 has a bug on Windows and WSL. Given that many CRA user could be on Windows + WSL, I guess this is going to hit a lot of people soon. https://github.com/sindresorhus/open/issues/154
Related PR #7910 cc @andriijas as the one who sent PR to upgrade open
from v6 to v7.
Did you try recovering your dependencies?
yes
Environment
OS: Linux 4.4 Node: 12.2.0 Yarn: 1.12.3 npm: 6.9.0 Watchman: 4.9.0 Xcode: N/A
I'm on WSL 1 though
Steps to reproduce
Only in windows/ WSL ecosystem
- Upgrade any CRA project to 3.3.0
- Run development server
Expected behavior
No error
Actual behavior
Reproducible demo
- git clone https://github.com/endiliey/rengorum.git
- cd frontend && yarn && yarn start