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
Encountered after I deleted yarn.lock and did a fresh install on my project.
Error [ERR_REQUIRE_ESM]: require() of ES Module blah/node_modules/point-in-polygon-hao/dist/pointInPolygon.mjs not supported.
Instead change the require of blah/node_modules/point-in-polygon-hao/dist/pointInPolygon.mjs to a dynamic import() which is available in all CommonJS modules.
at Object.<anonymous> (blah/node_modules/@turf/boolean-point-in-polygon/dist/cjs/index.cjs:2:26)
at Object.<anonymous> (blah/node_modules/geo-tz/dist/find-1970.js:1:61)
Encountered after I deleted
yarn.lock
and did a fresh install on my project.Looks like https://github.com/rowanwins/point-in-polygon-hao was updated a few hours ago which has busted this.
The text was updated successfully, but these errors were encountered: