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
fails to run after the build and gives the following error
A JavaScript error occurred in the main process
Uncaught Exception:
TypeError [ERR_PACKAGE_IMPORT_NOT_DEFINED]: Package import specifier "#crypto" is not defined imported from /tmp/.mount_ai-locezUW7p/resources/app.asar/node_modules/universal-github-app-jwt/lib/get-token.js
at importNotDefined (node:internal/modules/esm/resolve:305:10)
at packageImportsResolve (node:internal/modules/esm/resolve:755:9)
at moduleResolve (node:internal/modules/esm/resolve:854:16)
at defaultResolve (node:internal/modules/esm/resolve:994:11)
at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:685:12)
at #cachedDefaultResolve (node:internal/modules/esm/loader:634:25)
at ModuleLoader.resolve (node:internal/modules/esm/loader:617:38)
at ModuleLoader.getModuleJobForImport (node:internal/modules/esm/loader:273:38)
at ModuleJob._link (node:internal/modules/esm/module_job:135:49)
is there some way to fix this this happen before with different package and i patch the package and use it but when i build and use again it happen again with this one.
The text was updated successfully, but these errors were encountered:
depency thta uses teh package imports like this
fails to run after the build and gives the following error
is there some way to fix this this happen before with different package and i patch the package and use it but when i build and use again it happen again with this one.
The text was updated successfully, but these errors were encountered: