You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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
, thenrm -rf ./node-modules
andyarn install && yarn develop
).The text was updated successfully, but these errors were encountered: