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
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
How to Reproduce
First i update the older dependecies
then i update the code for the updated dependencies
but it was not working as the dependencies are using ES module but project was using common js which was cauing error during building
@pseudo-tensor i have changed entire dependencies to latest stable version
AayushSaini101
changed the title
[BUG] <description> Async-cli package is using commonJS module which is not appropriate for many dependencies to update
[BUG] Async-cli package is using commonJS module which is not appropriate for many dependencies to update
Mar 8, 2025
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
How to Reproduce
🥦 Browser
None
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: