logux / client

Logux base components to build web client
https://logux.org/
MIT License
663 stars 47 forks source link

`npm run test:types` fail #106

Closed nichoth closed 9 months ago

nichoth commented 9 months ago

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 9 months ago

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.

nichoth commented 9 months ago

Thank you; this was using npm install.