“Ошибка: Узел SASS Версия 7.0.1 несовместима с ^4.0.0. угловой” Ответ

Ошибка: Узел SASS версия 5.0.0 несовместима с ^4.0.0.

with npm =>
1.npm uninstall node-sass
2.npm install node-sass@4.14.1
with yarn => 
1.yarn remove node-sass
2.yarn remove node-sass@4.14.1
Mr J

Ошибка: Узел SASS версия 5.0.0 несовместима с ^4.0

npm uninstall node-sass
npm install node-sass@4.14.1

Or, if using yarn (default in newer CRA versions)

yarn remove node-sass
yarn add node-sass@4.14.1
Dayanaohhnana

Ошибка: Узел SASS Версия 7.0.1 несовместима с ^4.0.0. угловой

node-sass-install
The most efficient way to install node-sass.

How to use?
If you use yarn, just run:

yarn add node-sass-install
If you use npm, run:

npm install --save-dev node-sass-install
npx node-sass-install
What happened?
What happened inside node-sass-install?

No magic! We just put dart-sass and node-sass to package.json's dependencies, and install a node-sass under a custom alias.

When you install node-sass-fix, dart-sass will add to your node_modules folder and rename to node-sass.

  "dependencies": {
    "dart-sass": "^1.25.0",
    "node-sass": "npm:dart-sass@^1.25.0"
  }
Breakable Beaver

Ответы похожие на “Ошибка: Узел SASS Версия 7.0.1 несовместима с ^4.0.0. угловой”

Вопросы похожие на “Ошибка: Узел SASS Версия 7.0.1 несовместима с ^4.0.0. угловой”

Смотреть популярные ответы по языку

Смотреть другие языки программирования