LaravelDaily/Larastarters

larastarters:install fails resolving dependencies

Yezper opened this issue · 2 comments

Hi,

I'm trying to install with Laravel UI and Tabler, but running larastarters:install fails with these errors:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @tabler/core@1.0.0-beta20
npm ERR! Found: autosize@5.0.2
npm ERR! node_modules/autosize
npm ERR!   dev autosize@"^5.0.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peerOptional autosize@"^6.0.1" from @tabler/core@1.0.0-beta20
npm ERR! node_modules/@tabler/core
npm ERR!   dev @tabler/core@"^1.0.0-beta16" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: autosize@6.0.1
npm ERR! node_modules/autosize
npm ERR!   peerOptional autosize@"^6.0.1" from @tabler/core@1.0.0-beta20
npm ERR!   node_modules/@tabler/core
npm ERR!     dev @tabler/core@"^1.0.0-beta16" 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.

I'm installing in a brand new Laravel project with latest version. The only change I've made is to specify PHP 8.2 instead of 8.1 in composer.json.

Edit: Running on MacOS.

Anybody else experiencing this?

I am getting the same result as well.

I will remove this theme from the package. Supporting this theme is too much of a hassle as it changes dependencies too much and then breaks.