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
I tried to quickly switch to your version, but running into compatibility issues:
/Users/anvaka/projects/ngraph/experiments/npmrank/countVersions.js:2
var intersect = require('@voxpelli/semver-set').intersect;
^
Error [ERR_REQUIRE_ESM]: require() of ES Module
Right, yeah, you would have to do var { intersect } = await import('@voxpelli/semver-set');, but that would be hard as its currently used in a non-async context :/
I noticed that this project is depending on a git commit of my module (added in #10) rather the now published version of it.
Also: Its now no longer a fork but a rewritten standalone project that preserves compatibility: https://www.npmjs.com/package/@voxpelli/semver-set
And since I use it myself in installed-check-core I'm maintaining it and ensuring it keeps working.
The text was updated successfully, but these errors were encountered: