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
Error [ERR_REQUIRE_ESM]: require() of ES Module ...node_modules\replace-string\index.js from ...actions\aaa_dbmmods_dependencies_MOD.js not supported.
Instead change the require of index.js in ...actions\aaa_dbmmods_dependencies_MOD.js to a dynamic import() which is available in all CommonJS modules.
(the error above is for replace-string, but has been occuring for other modules such as chalk.)
aaa dependencies is seemingly incompatible with alot of modules. The solutions found seem to be to downgrade whatever module is seen in the error. (npm i [email protected]) This probably should be fixed.
The text was updated successfully, but these errors were encountered:
This isn't really an issue with the mod dependency updater, more so that as packages update some drop support for commonjs and require a manual downgrade. Not really something we can fix.
Error [ERR_REQUIRE_ESM]: require() of ES Module ...node_modules\replace-string\index.js from ...actions\aaa_dbmmods_dependencies_MOD.js not supported.
Instead change the require of index.js in ...actions\aaa_dbmmods_dependencies_MOD.js to a dynamic import() which is available in all CommonJS modules.
(the error above is for replace-string, but has been occuring for other modules such as chalk.)
aaa dependencies is seemingly incompatible with alot of modules. The solutions found seem to be to downgrade whatever module is seen in the error. (npm i [email protected]) This probably should be fixed.
The text was updated successfully, but these errors were encountered: