مرحبا,
تظهر معي بعض الأخطاء لم تكن تظهر من قبل عند تنفيذ الامر npm install && npm run dev نسخة node هي v16.2.0
ما اقوم به هو :
composer create-project laravel/laravel new-project
composer require laravel/ui
php artisan ui bootstrap --auth
npm install && npm run dev
وهذه هي الأخطاء لا تتوقف حتى اضغط ctrl + c:
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($custom-range-track-height - $custom-range-thumb-height, 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
409 │ margin-top: ($custom-range-track-height - $custom-range-thumb-height) / 2; // Webkit specific
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/bootstrap/scss/_custom-forms.scss 409:17 @import
node_modules/bootstrap/scss/bootstrap.scss 24:9 @import
resources/sass/app.scss 8:9 root stylesheet
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($custom-range-thumb-height, 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
484 │ border-width: $custom-range-thumb-height / 2;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules/bootstrap/scss/_custom-forms.scss 484:19 @import
node_modules/bootstrap/scss/bootstrap.scss 24:9 @import
resources/sass/app.scss 8:9 root stylesheet
^C
السؤال
اسماعيل صدوقي
مرحبا,
تظهر معي بعض الأخطاء لم تكن تظهر من قبل عند تنفيذ الامر npm install && npm run dev نسخة node هي v16.2.0
ما اقوم به هو :
وهذه هي الأخطاء لا تتوقف حتى اضغط ctrl + c:
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0. Recommendation: math.div($custom-range-track-height - $custom-range-thumb-height, 2) More info and automated migrator: https://sass-lang.com/d/slash-div ╷ 409 │ margin-top: ($custom-range-track-height - $custom-range-thumb-height) / 2; // Webkit specific │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_custom-forms.scss 409:17 @import node_modules/bootstrap/scss/bootstrap.scss 24:9 @import resources/sass/app.scss 8:9 root stylesheet DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0. Recommendation: math.div($custom-range-thumb-height, 2) More info and automated migrator: https://sass-lang.com/d/slash-div ╷ 484 │ border-width: $custom-range-thumb-height / 2; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/bootstrap/scss/_custom-forms.scss 484:19 @import node_modules/bootstrap/scss/bootstrap.scss 24:9 @import resources/sass/app.scss 8:9 root stylesheet ^C
2 أجوبة على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.