Skip to content

[BUG] Async-cli package is using commonJS module which is not appropriate for many dependencies to update #1698

@Ervishalpathak7

Description

@Ervishalpathak7

Describe the bug.

Currently this async-cli package is using commonjs module which is not good , as many dependcies latest versions are shifted to module js and the node also recommend to shift to modulejs

Expected behavior

Package should be shifted to module js so that the dependecies can be upgraded to new versions

Screenshots

Image

How to Reproduce

  1. First i update the older dependecies
  2. then i update the code for the updated dependencies
  3. but it was not working as the dependencies are using ES module but project was using common js which was cauing error during building

🥦 Browser

None

👀 Have you checked for similar open issues?

  • I checked and didn't find similar issue

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue ?

Yes I am willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingstale

    Type

    No type

    Projects

    Status

    To Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions