chihacknight / decarbonize-my-state

What does it take to decarbonize your state?
https://decarbmystate.com/
MIT License
13 stars 1 forks source link

DecarbMyState Doesn't Work With Node v19 (Maybe 17+) But Engines Says We Do #193

Open vkoves opened 1 year ago

vkoves commented 1 year ago

Howard had an issue running yarn develop when on Node v19, and according to this StackOverflow it's a webpack problem.

We should fix this by testing if we can replicate the issue (try nvm install 19 && nvm use 19, then rm -rf ./node-modules and yarn install && yarn develop).