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