R
R
Raym0NT2021-10-31 20:27:31
npm
Raym0NT, 2021-10-31 20:27:31

How to solve - npm install gives an error?

Decided to download gulp build from channel 0 from to 1, but errors occur while loading (npm i)
617ed0985a8f5200074098.png
617ed1109b6fe502313289.png

When trying to run Gulp -
617ed1f2e5113340579164.png

Gulp I started to learn recently and unfortunately I couldn't solve the problem myself.

Build Gulp - https://drive.google.com/file/d/18MpW4HvFUX-MlGh0q...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Raym0NT, 2021-11-01
@Raym0NT

In general, how I solved the problem -
In package.json, it was worth changing the version and putting latest to gulp-sass 617f9ef111496081890681.pngand downloading npm i sass --save-dev, after changing the connection type in gulpfile sass to
const scss = require("gulp-sass" )(require("sass"));
617f9f19147a9573597815.png
And problem solved
Ps 617f9f6b4f12f735176535.png
https://www.npmjs.com/package/node-sass

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question