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

Remove deprecated warn messages when running npm install #1321

Open
Tubaleviao opened this issue Feb 4, 2025 · 1 comment
Open

Remove deprecated warn messages when running npm install #1321

Tubaleviao opened this issue Feb 4, 2025 · 1 comment

Comments

@Tubaleviao
Copy link

Tubaleviao commented Feb 4, 2025

When we run npm install or npm i for the first time in this project, we get a few deprecated warns in the console, like so:

Image

@YasharF
Copy link
Collaborator

YasharF commented Feb 4, 2025

Those warnings are because of the transition of Sass to its new version in the ecosystem and they don't have a functionality impact at this point. Until Bootstrap and other parties come up with a new version of their packages that support the latest version of Sass, the options are either to downgrade sass to a version before the devs added the warning messages (which may cause other deprecation messages) or consider it a known issue and wait for the 3rd parties to finish their upgrades:
Bootstrap: twbs/bootstrap#40962
FontAwesome: FortAwesome/Font-Awesome#19167

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