geotiffjs / geotiff.js

geotiff.js is a small library to parse TIFF files for visualization or analysis. It is written in pure JavaScript, and is usable in both the browser and node.js applications.
https://geotiffjs.github.io/
MIT License
878 stars 183 forks source link

Yarn warning on install #261

Closed EvertEt closed 2 years ago

EvertEt commented 3 years ago
warning geotiff@1.0.8: The engine "browsers" appears to be invalid.

Not sure what is meant by defaults here, could it be removed?

mikepollard1985 commented 2 years ago

Getting the same warning here, for v1.0.9 as well as this beta version: warning geotiff@1.0.0-beta.8: The engine "browsers" appears to be invalid.

ahocevar commented 2 years ago

Should be fixed in v2.0.4. Can you please check? Thanks in advance.

EvertEt commented 2 years ago

It does not seem to be fixed. The browsers field is still there https://github.com/geotiffjs/geotiff.js/blob/v2.0.4/package.json#L30