Open mpaine-act opened 2 years ago
Which version of node are you running?
v16.13.1
Thanks for letting us know about this! We've identified this as a windows-only issue, so would recommend using WSL until we figure out what's going on
thank you
When using WSL, make sure to be fully in WSL - Clone the repo into the Linux file system, don't have node (running via WSL) run the repo from the Windows file system. Errors will occur when running tests if you have the repo in the Windows file system.
The workaround for this is to manually create the file that can't be found during the processes launched by yarn dev
. An empty file at the below path allows the install and checks to complete and storybook to launch:
<otp-ui-root>/packages/geocoder/lib/geocoders/arcgis.js
Steps to reproduce:
1) git clone https://github.com/opentripplanner/otp-ui.git 2) cd otp-ui 3) yarn dev
Note this is compiled on Windows 10 (if that matters).