We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Running npm start throws a error ('NODE_ENV' is not recognized as an internal or external command,)
npm start
'NODE_ENV' is not recognized as an internal or external command,
Also throwing the same error on npm run build | build:css:min | build:css
To Reproduce
Expected behavior Running Flowbite
Screenshot:
Desktop (please complete the following information):
Additional context This can be fixed easily by removing the NODE_ENV from the package.json
The text was updated successfully, but these errors were encountered:
Fixed this using cross-env. Will be soon available in the next release from the https://github.com/themesberg/flowbite/tree/tailwind-v4 branch.
cross-env
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Running
npm start
throws a error ('NODE_ENV' is not recognized as an internal or external command,
)Also throwing the same error on npm run build | build:css:min | build:css
To Reproduce
npm start
Expected behavior
Running Flowbite
Screenshot:
Desktop (please complete the following information):
Additional context
This can be fixed easily by removing the NODE_ENV from the package.json
The text was updated successfully, but these errors were encountered: