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
Modern ES Modules are the standard for node environments, etc.
This does not work:
importGeotabfrom"mg-api-js";
This does work:
import*asGeotabfrom"mg-api-js";
Perhaps the README.md, etc., should reflect this? I'm not entirely sure what is going on with the default export but there seems to be a collision of sorts.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Module Support is Lacking
Module Support import Issue
Mar 2, 2024
Modern ES Modules are the standard for node environments, etc.
This does not work:
This does work:
Perhaps the README.md, etc., should reflect this? I'm not entirely sure what is going on with the
default
export but there seems to be a collision of sorts.The text was updated successfully, but these errors were encountered: