itswadesh / svelte-commerce

The open-source storefront for any ecommerce. Built with a PWA and headless approach, using a modern JS stack. Works with Litekart, Medusa. WIP for Woocommerce, Bigcommerce and Shopify.
https://arialshop.com
MIT License
1.56k stars 301 forks source link

Can't install like in readme #103

Open bouillon opened 3 weeks ago

bouillon commented 3 weeks ago

$ git clone https://github.com/itswadesh/svelte-commerce.git $ cd svelte-commerce $ npm i

npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: @typescript-eslint/eslint-plugin@7.18.0 npm ERR! Found: eslint@9.11.1 npm ERR! node_modules/eslint npm ERR! dev eslint@"^9.5.0" from the root project npm ERR! peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.4.0 npm ERR! node_modules/@eslint-community/eslint-utils npm ERR! @eslint-community/eslint-utils@"^4.4.0" from @typescript-eslint/utils@7.18.0 npm ERR! node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils npm ERR! @typescript-eslint/utils@"7.18.0" from @typescript-eslint/eslint-plugin@7.18.0 npm ERR! node_modules/@typescript-eslint/eslint-plugin npm ERR! dev @typescript-eslint/eslint-plugin@"^7.13.1" from the root project npm ERR! 1 more (@typescript-eslint/type-utils) npm ERR! @eslint-community/eslint-utils@"^4.2.0" from eslint@9.11.1 npm ERR! 1 more (eslint-plugin-svelte) npm ERR! 3 more (eslint-compat-utils, eslint-config-prettier, eslint-plugin-svelte) npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer eslint@"^8.56.0" from @typescript-eslint/eslint-plugin@7.18.0 npm ERR! node_modules/@typescript-eslint/eslint-plugin npm ERR! dev @typescript-eslint/eslint-plugin@"^7.13.1" from the root project npm ERR! npm ERR! Conflicting peer dependency: eslint@8.57.1 npm ERR! node_modules/eslint npm ERR! peer eslint@"^8.56.0" from @typescript-eslint/eslint-plugin@7.18.0 npm ERR! node_modules/@typescript-eslint/eslint-plugin npm ERR! dev @typescript-eslint/eslint-plugin@"^7.13.1" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! npm ERR! For a full report see: npm ERR! /home/vavvav/.npm/_logs/2024-09-24T05_59_47_080Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: npm ERR! /home/vavvav/.npm/_logs/2024-09-24T05_59_47_080Z-debug-0.log

Any suggestion? If package needs special node/nvm version may be it's usefyll to write this to readme?

itswadesh commented 3 weeks ago

Can try with pnpm

MyWay commented 2 weeks ago

Maybe the issue is with eslint 9?