canutin-desktop icon indicating copy to clipboard operation
canutin-desktop copied to clipboard

Circular dependency warning for when bundling `semver`

Open fmaclen opened this issue 1 year ago • 0 comments

Circular dependency: node_modules/semver/classes/comparator.js
 -> node_modules/semver/classes/range.js
 -> node_modules/semver/classes/comparator.js

This is a conflict between Semver and Rollup: https://github.com/npm/node-semver/issues/381

fmaclen avatar May 06 '24 15:05 fmaclen