cheminfo / chromatography

Tools for storing, search and analyze GC/MS spectra
https://cheminfo.github.io/chromatography
MIT License
9 stars 5 forks source link

Build for browser is broken #41

Closed lpatiny closed 4 years ago

lpatiny commented 4 years ago

I updated netcdf-gcms to use the new netcdfjs that uses the new iobuffer that use utf8 v3 instead of v2.

chromatography@4.0.0-0 /Users/lpatiny/git/cheminfo/chromatography
└─┬ netcdf-gcms@1.4.0
  └─┬ netcdfjs@1.0.0
    └─┬ iobuffer@4.0.1
      └── utf8@3.0.0 

There is now a problem with the build

cheminfo-build --entry src/index.js --root Chromatography . Error: 'decode' is not exported by node_modules/utf8/utf8.js

@targos Can you help me with this problem ?