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

[Bug] Cannot start #123

Open
mohanroy opened this issue May 18, 2023 · 1 comment
Open

[Bug] Cannot start #123

mohanroy opened this issue May 18, 2023 · 1 comment

Comments

@mohanroy
Copy link

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:

  • 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

@mohanroy
Copy link
Author

Reproduction link: http://bluebased.nl/

this field was mandatory so I gave company URL, I am trying to run the downloaded product locally.

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

1 participant