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
I got this error only on the Windows machine I've tried it on Linux (Ubuntu) in the WSL It works fine,
except for Windows, I think because it's missing the compiled binaries from @libsql\win32-x64-msvc I tried installing it manually and adding it into production dependencies using both npm and pnpm but no chance *(i rolled out on all the boring processes deleting pkg manager cache, etc...)
Honestly, I have doubts that this error is coming from the drizzle orm itself, so i drop the same issue in the drizzle GitHub repo drizzle-team/drizzle-orm#3205
The text was updated successfully, but these errors were encountered:
Hey @vvhybe have you found a solution? It seems to be a problem related to libsql on win11 On win10 it works well
@Johnkat-Mj, you have confirmed my doubts about the problem that occurs only on WIN 11 using the libsql pkg.
because I have tried to resolve that error as you saw on the Issue I thought at first it drizzle that's caused the stack of errors and not compatible with libsql on Windows, I have tried installing the Windows compiled binaries for libsql but no chance and I couldn't find any solution, so I decided to switch all my development into Linux (Ubuntu), after I tested it on WSL and it works fine
Now you said it works fine on Win 10 I think it may have to do with something related to Win 11 or Powershell execution policy.!
If you dropped on any possible way to resolve this error inform me.
I got this error only on the Windows machine I've tried it on Linux (Ubuntu) in the WSL It works fine,
except for Windows, I think because it's missing the compiled binaries from
@libsql\win32-x64-msvc
I tried installing it manually and adding it into production dependencies using bothnpm
andpnpm
but no chance *(i rolled out on all the boring processes deleting pkg manager cache, etc...)My Machine
My stack:
Screenshot might help:
Honestly, I have doubts that this error is coming from the
drizzle orm
itself, so i drop the same issue in the drizzle GitHub repo drizzle-team/drizzle-orm#3205The text was updated successfully, but these errors were encountered: