Describe the bug
Getting fs.existsSync is not a function after initial setup via yarn.
To Reproduce
Steps to reproduce the behavior:
- Clone repository
- Run
yarn to setup dependecies
- Run
yarn serve
- Get whitescreen and see error in console
Expected behavior
Run app without an error.
Desktop (please complete the following information):
- linked version: 1.3.5
- operating system Microsoft Windows 10 Home, 10.0.19043 N/A Build 19043
Additional context
Some people mention that this issue may be due to Visual Code IDE automatically add in dependecies, but I can't demonstrate that it is the same case here.