E
E
Eugene2020-05-10 16:01:50
Sass
Eugene, 2020-05-10 16:01:50

Is node-sass needed when sass is installed?

Good afternoon, a question arose)
There is a globally installed sass (npm i -g sass)
I read the webpack doc, they write there that the node-sass module is needed, as I understand it, this is essentially the same as what I have installed.
Can I somehow tie sass to webpack or do I need a node-sass plugin?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Arseny, 2020-05-10
@Kasperenysh

Globally, this is good, but the essence of development is to collect dependencies from the project locally in the package.json config. For when the global package is updated, the dependencies will fly in all projects at once. Infa cell.
And so try to run the config, who's stopping you?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question