V
V
vottakoinick2022-02-16 09:50:33
npm
vottakoinick, 2022-02-16 09:50:33

Why won't node-sass install?

I have already tried all the tips. I installed python on Windows, deleted the cache, downloaded the win32-x64-57_binding.node file of my version, and so on.
npm install [email protected]
log

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgeny Zhurov, 2022-02-16
@Zhuroff

Just install sass and sass-loader . Node-sass is now deprecated, as mentioned in the first paragraph on the npm package page. They recommend installing dart-sass, but the dart-sass page, in turn, says that dart-sass was completely deprecated two years ago and renamed to sass. Now only the sass package is developed and maintained.
It is possible, however, that in your case this is not the problem, but it's worth a try.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question