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
Error [ERR_REQUIRE_ESM]: require() of ES Module purescript-book/exercises/chapter2/output/Test.Main/index.js from purescript-book/exercises/chapter2/.spago/run.js not supported.
Instead change the require of index.js in purescript-book/exercises/chapter2/.spago/run.js to a dynamic import() which is available in all CommonJS m
odules.