0
votes

This are my tailwindcss errors:

npm WARN @tailwindcss/[email protected] requires a peer of tailwindcss@^1.0 but none is installed. You must install peer dependencies yourself.

npm WARN @tailwindcss/[email protected] requires a peer of tailwindcss@^1.5.0 but none is installed. You must install peer dependencies yourself.

npm WARN @tailwindcss/[email protected] requires a peer of tailwindcss@^1.8.3 but none is installed. You must install peer dependencies yourself.

Optional and not supported errors:

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\laravel-mix\node_modules\fsevents):

npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):

npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\webpack-dev-server\node_modules\fsevents):

npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

A screenshot of localhost after auth:

https://i.stack.imgur.com/8Rbzr.png

1
I completed the steps but still nothing got fixed.TheSkepticEye

1 Answers

0
votes
 composer require laravel/ui 

 php artisan ui bootstrap --auth  

npm install
npm run dev