(newsHack) ethan@ethan-desktop:~/PycharmProjects/newsHack/frontend$ npx sv create
┌ Welcome to the Svelte CLI! (v0.6.10)
│
◇ Where would you like your project to be created?
│ ./
│
◇ Directory not empty. Continue?
│ Yes
│
◇ Which template would you like?
│ SvelteKit demo
│
◇ Add type checking with Typescript?
│ Yes, using Typescript syntax
│
◆ Project created
│
◇ What would you like to add to your project? (use arrow keys / space bar)
│ prettier, eslint, tailwindcss, sveltekit-adapter, mdsvex
│
◇ tailwindcss: Which plugins would you like to add?
│ typography, forms, container-queries
│
◇ sveltekit-adapter: Which SvelteKit adapter would you like to use?
│ node
│
◇ Which package manager do you want to install dependencies with?
│ npm
│
◆ Successfully setup add-ons
│
■ Failed to install dependencies
│ npm ERR! code EBADENGINE
│ npm ERR! engine Unsupported engine
│ npm ERR! engine Not compatible with your version of node/npm: @eslint/
[email protected]
│ npm ERR! notsup Not compatible with your version of node/npm: @eslint/
[email protected]
│ npm ERR! notsup Required: {"node":"^18.18.0 || ^20.9.0 || >=21.1.0"}
│ npm ERR! notsup Actual: {"npm":"9.2.0"}
│
│ npm ERR! A complete log of this run can be found in:
│ npm ERR! /home/ethan/.npm/_logs/2025-01-08T19_37_12_193Z-debug-0.log
│
└ Operation failed.