libsql-client-ts icon indicating copy to clipboard operation
libsql-client-ts copied to clipboard

Issue when deploying on a server

Open jegork opened this issue 9 months ago • 3 comments

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.

jegork avatar Feb 02 '25 09:02 jegork