-
Notifications
You must be signed in to change notification settings - Fork 45
Description
When installing latest version of Laravel and trying to implementing this fantastic theme I get the following error:
While resolving: windmill-dashboard@1.0.2
npm ERR! Found: tailwindcss@3.1.8
npm ERR! node_modules/tailwindcss
npm ERR! dev tailwindcss@"^3.1.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer tailwindcss@"^1.4.6" from tailwindcss-multi-theme@1.0.4
npm ERR! node_modules/tailwindcss-multi-theme
npm ERR! tailwindcss-multi-theme@"*" 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.
tailwindcss-multi-themeversion: 1.0.2- Are you using other plugins? Which? Tailwind
Relevant code or config:
<!-- your code here -->What you did:
Trying to install the theme after implementing latest version of Laravel.