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

/ for division outside of calc() is deprecated #127

Open
rypete1 opened this issue Sep 9, 2022 · 3 comments
Open

/ for division outside of calc() is deprecated #127

rypete1 opened this issue Sep 9, 2022 · 3 comments

Comments

@rypete1
Copy link

rypete1 commented Sep 9, 2022

Install fails during install back-end dependencies - Tons of the following error in install.log

DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($grid-gutter, 6) or calc($grid-gutter / 6)

More info and automated migrator: https://sass-lang.com/d/slash-div
install.log

@stufisher
Copy link
Contributor

stufisher commented Sep 10, 2022

Everything built correctly in the log you posted. I dont see anything about back end dependencies here? Do you have node 16 installed?

 DONE  Build complete. The dist directory is ready to be deployed.
 INFO  Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html

The warnings are just warnings, and a problem of ageing dependencies. Updating vuetify and the vue stack is not a straight forward task. Feel free to dig in and create a pr if you'd like to take a shot.

@rypete1
Copy link
Author

rypete1 commented Sep 12, 2022

Interesting yes I see that as well - I had blinders on as the install fails and references the install.log file and it seems to be the only errors/warnings. Any other verbose logging?

@stufisher
Copy link
Contributor

Whats your node version? And whats the installer say, does it say all the steps suceded?

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