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 have verified this enhancement I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
I have cloned the project and followed the steps in the CONTRIBUTING file including the installatioin of node, pnpm, and docker. then I tried running pnpm test inside the integration-tests directory but I get the following error:
FAIL tests/version.test.ts [ tests/version.test.ts ]
Error: Failed to load url drizzle-orm/version (resolved id: drizzle-orm/version) in /home/eyal/projects/drizzle-orm/integration-tests/tests/version.test.ts. Does the file exist?
❯ loadAndTransform ../node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected]/node_modules/vite/dist/node/chunks/dep-CzJTQ5q7.js:52400:17
I get a similar error for every test. There must be something I need to configure to get this working but it is not in the CONTRIBUTING file. If anyone can tell me what it is it would be much appreciated and I will submit a pull request for the CONTRIBUTING file as well.
The text was updated successfully, but these errors were encountered:
Enhancement hasn't been filed before.
Describe the enhancement you want to request
I have cloned the project and followed the steps in the CONTRIBUTING file including the installatioin of node, pnpm, and docker. then I tried running
pnpm test
inside theintegration-tests
directory but I get the following error:I get a similar error for every test. There must be something I need to configure to get this working but it is not in the CONTRIBUTING file. If anyone can tell me what it is it would be much appreciated and I will submit a pull request for the CONTRIBUTING file as well.
The text was updated successfully, but these errors were encountered: