themesberg / flowbite-svelte

Official Svelte components built for Flowbite and Tailwind CSS
https://flowbite-svelte.com
MIT License
1.97k stars 233 forks source link

Upgrade to 0.45 break changes require node >= 20 #1312

Closed NormandoHall closed 1 month ago

NormandoHall commented 1 month ago

Describe the bug

upgrading to 0.45.0 is not possible with node 18.18

Reproduction

$ npm i flowbite-svelte@latest
npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: flowbite-svelte@0.45.0
npm ERR! notsup Not compatible with your version of node/npm: flowbite-svelte@0.45.0
npm ERR! notsup Required: {"pnpm":">=8.0.0","node":">=20.0.0"}
npm ERR! notsup Actual:   {"npm":"10.5.1","node":"v18.18.0"}

Flowbite version and System Info

System:
    OS: Linux 3.10 CentOS Linux 7 (Core)
    CPU: (4) x64 Intel Xeon Processor (Skylake, IBRS)
    Memory: 810.08 MB / 15.51 GB
    Container: Yes
    Shell: 4.2.46 - /bin/bash
  Binaries:
    Node: 18.18.0 - /usr/bin/node
    Yarn: 1.22.22 - /usr/bin/yarn
    npm: 10.5.1 - /usr/bin/npm
    pnpm: 9.0.1 - /usr/bin/pnpm
  npmPackages:
    @sveltejs/kit: ^2.5.6 => 2.5.6 
    flowbite-svelte: ^0.44.24 => 0.44.24 
    svelte: ^4.2.15 => 4.2.15 
    vite: ^5.2.9 => 5.2.9
shinokada commented 1 month ago

I will change to v18. Thanks.

shinokada commented 1 month ago

Please install the latest and let me know.

NormandoHall commented 1 month ago

Please install the latest and let me know.

Yes, now can install con Node 18 and runs ok Thank you!