Skip to content

RTL Languages Support #6138, generates an error #6231

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

Open
NGHdeveloper opened this issue Aug 15, 2023 · 3 comments
Open

RTL Languages Support #6138, generates an error #6231

NGHdeveloper opened this issue Aug 15, 2023 · 3 comments

Comments

@NGHdeveloper
Copy link
Contributor

The latest update RTL Languages Support #6138, generates an error when launching the server in a local repository with the yarn dev command.

imagen
imagen

@AhmedBaset
Copy link
Contributor

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]

@NGHdeveloper
Copy link
Contributor Author

Thank you for your quick response, I will do as instructed.

@NGHdeveloper
Copy link
Contributor Author

@A7med3bdulBaset, Perfectly solved, thank you very much!

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

2 participants