Cannot npm install
without --force
in htmx-kitchensink
starter
#198
Labels
bug
Something isn't working
npm install
without --force
in htmx-kitchensink
starter
#198
Prerequisites
Fastify version
5.2.1
Plugin version
^7.0.1
Node.js version
22.x
Operating system
macOS
Operating system version (i.e. 20.04, 11.3, 10)
15.1
Description
It is currently not possiblt to
npm install
without--force
inhtmx-kitchensink
starter (and presumably inhtmx-base
andhtmx-base-ts
) as well.npm install
fails with:I'm guessing that the issue lies within
@kitajs/html
which requires@kitajs/ts-html-plugin@>=1.3.3
and therefore a4.x
version of@kitajs/ts-html
Link to code that reproduces the bug
https://github.com/janmonschke/htmx-kitchensink-mre
Expected Behavior
npm install
correctly installs the dependenciesThe text was updated successfully, but these errors were encountered: