Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation warning when running npm run dev command #4

Open
tapantechno2007 opened this issue Nov 22, 2023 · 1 comment
Open

Installation warning when running npm run dev command #4

tapantechno2007 opened this issue Nov 22, 2023 · 1 comment

Comments

@tapantechno2007
Copy link

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

  1. Install node (v20.9.0)
  2. install npm (10.1.0)
  3. npm install
  4. npm run storybook
  5. npm run dev

npmrundev

Platform
Edition:- Windows 10 Enterprise
Version:- 22H2

@tapantechno2007
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant