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
When running vulcan catalog after installing the @vulcan-sql/catalog-server package to 0.7.0. Facing the issue for ERR_REQUIRE_ESM error when running the require('wrap-ansi'), like the below screenshot:
The reason is that wrap-ansi install the latest version like the above is 8.1.0 after running the yarn why wrap-ansi
What's the correct behavior?
The correct be should be normal and show Ready on http://localhost:4200
Reproducing steps
@vulcan-sql/catalog-server package to 0.7.0 in your project
vulcan catalog
Solution
The solution is to make the @vulcan-sql/catalog-server install the wrap-ansi at 7.0.0.