You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS D:\VueLearning\vue-material-dashboard-2-pro-v3.0.0> yarn serve
yarn run v1.22.19
$ vue-cli-service serve
INFO Starting development server...
40% building 65/69 modules 4 active D:\VueLearning\vue-material-dashboard-2-pro-v3.0.0\node_modules@vue\runtime-dom\dist\runtime-dom.esm-bundler.jsDEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
core-js/modules/es.array.push.js in ./src/assets/js/world.js, ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader-v16/dist??ref--1-1!./src/views/ecommerce/products/ProductPage.vue?vue&type=script&lang=js
To install it, you can run: npm install --save core-js/modules/es.array.push.js
Solution
Additional comments
I tried with
npm install --save core-js/modules/es.array.push.js
but no positive result
The text was updated successfully, but these errors were encountered:
Version
3.0.0
Reproduction link
http://bluebased.nl
Operating System
Windows 11 Pro
Device
Desktop
Browser & Version
Firefox
Steps to reproduce
yarn serve
What is expected?
I should be able to open the project
What is actually happening?
PS D:\VueLearning\vue-material-dashboard-2-pro-v3.0.0> yarn serve
yarn run v1.22.19
$ vue-cli-service serve
INFO Starting development server...
40% building 65/69 modules 4 active D:\VueLearning\vue-material-dashboard-2-pro-v3.0.0\node_modules@vue\runtime-dom\dist\runtime-dom.esm-bundler.jsDEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 4)
More info and automated migrator: https://sass-lang.com/d/slash-div
303 │ 1: $spacer / 4,
│ ^^^^^^^^^^^
╵
src\assets\scss\material-dashboard_variables.scss 303:6 @import
src\assets\scss\material-dashboard.scss 21:9 root stylesheet
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
304 │ 2: $spacer / 2,
│ ^^^^^^^^^^^
╵
src\assets\scss\material-dashboard_variables.scss 304:6 @import
src\assets\scss\material-dashboard.scss 21:9 root stylesheet
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
578 │ $headings-margin-bottom: $spacer / 2 !default;
│ ^^^^^^^^^^^
╵
src\assets\scss\material-dashboard_variables.scss 578:26 @import
src\assets\scss\material-dashboard.scss 21:9 root stylesheet
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
1250 │ $navbar-padding-y: $spacer / 2 !default;
│ ^^^^^^^^^^^
╵
src\assets\scss\material-dashboard_variables.scss 1250:20 @import
src\assets\scss\material-dashboard.scss 21:9 root stylesheet
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($nav-link-height - $navbar-brand-height, 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
1261 │ $navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2 !default;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
src\assets\scss\material-dashboard_variables.scss 1261:26 @import
src\assets\scss\material-dashboard.scss 21:9 root stylesheet
WARNING: 18 repetitive deprecation warnings omitted.
98% after emitting CopyPlugin
ERROR Failed to compile with 2 errors 11:53:08 am
This dependency was not found:
To install it, you can run: npm install --save core-js/modules/es.array.push.js
Solution
Additional comments
I tried with
npm install --save core-js/modules/es.array.push.js
but no positive result
The text was updated successfully, but these errors were encountered: