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] server side: Error [ERR_MODULE_NOT_FOUND]: Cannot find module '{app_base}/node_modules/@streamflow/stream/dist/esm/solana/constants' imported from {app_base}/node_modules/@streamflow/stream/dist/esm/solana/lib/derive-accounts.js
at finalizeResolution (node:internal/modules/esm/resolve:265:11)
at moduleResolve (node:internal/modules/esm/resolve:933:10)
at defaultResolve (node:internal/modules/esm/resolve:1157:11)
at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:383:12)
at ModuleLoader.resolve (node:internal/modules/esm/loader:352:25)
at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:227:38)
at ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:87:39)
at link (node:internal/modules/esm/module_job:86:36) {
code: 'ERR_MODULE_NOT_FOUND',
url: 'file:///{app_base}/node_modules/@streamflow/stream/dist/esm/solana/constants'
In my file I am simply importing the lib and trying to instantiate the object like so
import { StreamflowSolana } from '@streamflow/stream'
const solanaClient = new StreamflowSolana.SolanaStreamClient('https://api.mainnet-beta.solana.com')
The text was updated successfully, but these errors were encountered:
bark4mark
changed the title
Sveltekit project import error
Sveltekit project import error (using vite for build)
Feb 6, 2025
In my file I am simply importing the lib and trying to instantiate the object like so
The text was updated successfully, but these errors were encountered: