logux/client

`npm run test:types` fail

Closed this issue · 2 comments

Does the script npm run test:types work locally for you? I changed my node version to match the github CI,

% node -v
v20.11.1

But npm run test:types fails locally for me.

image
ai commented

Are you using pnpm instead of npm?

If you install dependencies by npm, you will miss the lock file and it cause TS update with error messages changes.

Thank you; this was using npm install.