libsql-client-ts
libsql-client-ts copied to clipboard
Issue when deploying on a server
I am facing the following issue when deploying in production. The app is developed using Next.js
Tried using both the latest and next version.
⨯ [Error: Cannot find module '@libsql/linux-x64-musl'
Require stack:
- /app/node_modules/.pnpm/[email protected]/node_modules/libsql/index.js] {
code: 'MODULE_NOT_FOUND',
requireStack: [Array]
}
My package manager is pnpm and and setting public-hoist-pattern[]=*@libsql* did not help.