We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The latest update RTL Languages Support #6138, generates an error when launching the server in a local repository with the yarn dev command.
The text was updated successfully, but these errors were encountered:
This happens because the #6138 updates Tailwindcss to 3.3, but your node_modules has [email protected].
Some Tailwind classes were not present in the previous version of tailwindcss.
To resolve this, you can run the following commands:
# Remove node_modules rm -rf node_modules # Install dependencies yarn
or
yarn add -D [email protected]
Sorry, something went wrong.
Thank you for your quick response, I will do as instructed.
@A7med3bdulBaset, Perfectly solved, thank you very much!
No branches or pull requests
The latest update RTL Languages Support #6138, generates an error when launching the server in a local repository with the yarn dev command.
The text was updated successfully, but these errors were encountered: