Answer the question
In order to leave comments, you need to log in
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)
When trying to run Gulp -
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
In general, how I solved the problem -
In package.json, it was worth changing the version and putting latest to gulp-sass and downloading npm i sass --save-dev, after changing the connection type in gulpfile sass to
const scss = require("gulp-sass" )(require("sass"));
And problem solved
Ps
https://www.npmjs.com/package/node-sass
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question