Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circular dependencies #467

Closed
jacksonrr3 opened this issue Jun 4, 2021 · 1 comment
Closed

Circular dependencies #467

jacksonrr3 opened this issue Jun 4, 2021 · 1 comment

Comments

@jacksonrr3
Copy link

Hello!

I am trying to create a bundle with rollup bundler using rrule and get this warning:
(!) Circular dependencies node_modules\rrule\dist\esm\src\index.js -> node_modules\rrule\dist\esm\src\rrule.js -> node_modules\rrule\dist\esm\src\nlp\index.js -> node_modules\rrule\dist\esm\src\nlp\totext.js -> node_modules\rrule\dist\esm\src\index.js node_modules\rrule\dist\esm\src\index.js -> node_modules\rrule\dist\esm\src\rrule.js -> node_modules\rrule\dist\esm\src\nlp\index.js -> node_modules\rrule\dist\esm\src\nlp\parsetext.js -> node_modules\rrule\dist\esm\src\index.js node_modules\rrule\dist\esm\src\index.js -> node_modules\rrule\dist\esm\src\rrule.js -> node_modules\rrule\dist\esm\src\nlp\index.js -> node_modules\rrule\dist\esm\src\index.js ...and 11 more

Steps to reproduce:

  1. Download test project
  2. run npm i
  3. run npm run build
@john-d-pelingo
Copy link
Contributor

I believe my PR #465 resolves this. Can you try it out locally with the changes? I faced a similar problem as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants