Installation warning when running npm run dev command
Opened this issue · 1 comments
Expected Behaviour
When running npm run dev command there should not be any warnings and the default browser page should load.
Actual Behaviour
When running npm run dev command getting warnings as below. Please note I am running on a windows machine.
warn - No utility classes were detected in your source files. If this is unexpected, double-check the content
option in your Tailwind CSS configuration.
warn - https://tailwindcss.com/docs/content-configuration
Steps to Reproduce
- Install node (v20.9.0)
- install npm (10.1.0)
- npm install
- npm run storybook
- npm run dev
Platform
Edition:- Windows 10 Enterprise
Version:- 22H2
For temporary basis I have managed to run through an alternative way which I think misses out with some CSS updates.
You can try running the below command if you discover the same problem with npm run dev.
npx webpack serve --mode development --config webpack.dev.js