do not tell me what is wrong? and how to fix?

also when installing npm install -g gulp error enter image description here enter image description here

  • quote in the path to the file. Those. @import "sass\vars" - Vasily Barbashev
  • in the gulpfile.js file? - Aslero
  • The first screenshot is not an error , but a recommendation to upgrade the minimatch package to version 3.0.2 or higher in order to avoid Regexp DoS. Also, update the graceful-fs package to version 4.0.0 or higher as soon as possible. The second one contains the error : in the first line of the sass / vars.sass file in the @import * bourbon directive; <--- there is not enough closing double quotation before semicolon .. - angy_v

0