Conversation
|
done |
|
Hey @gurgunday there's seem to be an issue with src/index.ts:33:25 - error TS2307: Cannot find module 'node:util' or its corresponding type declarations.
33 import { inspect } from 'node:util'
~~~~~~~~~~~
Found 1 error in src/index.ts:33
writing tsconfig files...
using existing tsconfig.json
building /.../deepmerge/node_modules/@tapjs/test/test-builtThe |
|
I've never used Yarn so... Personally, I don't know why we're testing for different package managers here I'll try to take a look but it would be appreciated if someone from @fastify/libraries could lend a hand |
|
I don't have the time to investigate this, and I really want us to drop support for node v14 at this point Third-party package manager support should be a best effort thing, we cannot be the ones trying to make them all work... |
* Update for Fastify v5 (#34) * update for fastify 5 * fixed typescript issue * updated plugins-ci-package-manager * remove package manager ci --------- Co-authored-by: Gürgün Dayıoğlu <hey@gurgun.day> * update workflow and pin node versions (#36) --------- Co-authored-by: Cristian Barlutiu <cristian.barlutiu@gmail.com> Co-authored-by: Gürgün Dayıoğlu <hey@gurgun.day>
Ref: fastify/fastify#5116
Checklist
npm run testandnpm run benchmarkand the Code of conduct
CC @simoneb