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
ES6 named module import is not possible for this library.
Check why this is not possible:
import { Gomshal } from 'gomshal';
Error:
import { Gomshal } from 'gomshal';
^^^^^^^
SyntaxError: The requested module 'gomshal' does not provide an export named 'Gomshal'
at ModuleJob._instantiate (internal/modules/esm/module_job.js:92:21)
at async ModuleJob.run (internal/modules/esm/module_job.js:107:20)
at async Loader.import (internal/modules/esm/loader.js:164:24)
The text was updated successfully, but these errors were encountered:
ES6 named module import is not possible for this library.
Check why this is not possible:
Error:
The text was updated successfully, but these errors were encountered: