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
v1.0.0-beta.4 relies on the global window object, so will only run in a browser context.
Starting a node.js project that includes the package results in an uncaught exception:
Exception has occurred: ReferenceError
ReferenceError: window is not defined
at Object.<anonymous> (\node_modules\fast-geotiff\dist\index.js:1:671)
at Module._compile (internal/modules/cjs/loader.js:1133:30)
...
The text was updated successfully, but these errors were encountered:
v1.0.0-beta.4
relies on the globalwindow
object, so will only run in a browser context.Starting a node.js project that includes the package results in an uncaught exception:
The text was updated successfully, but these errors were encountered: