V
V
vantyai882019-02-13 20:30:24
Windows
vantyai88, 2019-02-13 20:30:24

How to install gulp-sass plugin without errors?

Compiling SASS to CSS:
- In the folder gulpfile.js I create a variable: var sass = require('gulp-sass'); - I install the gulp-sass plugin on the command
line: npm i gulp-sass --save-dev
After installation, the following entry appears in the package.json file: "gulp-sass": "^4.0.2"
error..
globally and locally is version 4.0.0
I have Windows 7
5c6454051e38b889370415.png5c6454209589b877252098.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
McBernar, 2019-02-13
@McBernar

Well, it is also written there - the task must be indicated. Why do you just write
"gulp" in the console?
If warnings from the installation bother you, don't worry, these are not your problems now.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question