fmaclen / canutin-desktop

An open-source personal finance desktop app
https://canutin.com
Apache License 2.0
21 stars 2 forks source link

Circular dependency warning for when bundling `semver` #203

Closed fmaclen closed 1 week ago

fmaclen commented 4 months ago
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 commented 1 week ago

I haven't seen this issue since https://github.com/fmaclen/canutin-desktop/pull/216 🤞