satoshipay / solar

🌞 Stellar wallet. Secure and user-friendly.
https://solarwallet.io
MIT License
191 stars 59 forks source link

Add windows build troubleshooting note #1263

Closed andywer closed 3 years ago

andywer commented 3 years ago

Parcel was unable to resolve require("react") in one of our dependencies in the windows build docker container. I made sure (in the container!) that the react package is installed and can be resolved. All fine.

Seemed to have been some uber weird behavior probably caused by the way docker interleaves mounted volumes and local container directories under the same path.