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
Thank you for reporting, fixed in the new version roaring 1.4.3, just released.
It seems that util/types is available only from node 16+ and the eslint plugin that is supposed to verify I am not using nothing that do not work on node 8 didn't pick it up.
Upgrading from [email protected] to [email protected] with no other changes in my project I get:
Cannot find module 'util/types' from 'node_modules/roaring/index.js'
Everything works and my tests are green with 1.3.0, but cannot run tests or app with 1.4.x
node version: 14.19.3
npm version: 6.14.17
jest tests fail:
and the app itself will not run:
The text was updated successfully, but these errors were encountered: