- 
		
			I was going to finish a blog post today but then... 1. Windows made me reinstall WSL from the Windows Store. 2. After setting up and reinstalling stuff Node complained about packages being out-of-date. 3. I then started fixing the cascade of errors that resulted.
 - 
		
			I got the build running but stuff in the browser didn't look right. So I retreated to my MacBook, ran
npm startand got a completely different error. (╯°□°)╯︵ ┻━┻ - 
		
			Solution for now: Adding an
.nvmrcfile to the project with an older Node version. Will troubleshoot further some other day! Yeesh.