ironSource / parquetjs

fully asynchronous, pure JavaScript implementation of the Parquet file format
MIT License
348 stars 175 forks source link

can't exclude lzo #103

Open dustinfarris opened 4 years ago

dustinfarris commented 4 years ago

If i do

npm i parquetjs --no-optional

lzo still gets installed. how do I exclude this?