Skip to content

Add troubleshooting section. Yarn errors

Chris Peressini requested to merge add-troubleshooting-yarn into master

I just ran into problems with the build.js scripts in the repo. The cause was a mismatch in versions between some of the components the scripts require and the ones installed on my computer. The solution was to run yarn upgrade.

Merge request reports