я получаю ошибку при компиляции sass, как ее решить? - PullRequest
0 голосов
/ 22 мая 2019

компиляция: ошибка sass, помогите ..

Tanases-MacBook-Air:sass tloredana$ npm run compile:sass

natours@1.0.0 compile: sass / Users / tloredana / Desktop / advanced sass / main.scss css / style.css

{
  "status": 1,
  "file": "/Users/tloredana/Desktop/advanced/sass/main.scss",
  "line": 128,
  "column": 3,
  "message": "Invalid CSS after \"  font-size\": expected \"}\", was \": 1.6rem;\"",
  "formatted": "Error: Invalid CSS after \"  font-size\": expected \"}\", was \": 1.6rem;\"\n        on line 128 of sass/main.scss\n>>   font-size: 1.6rem;\n\n   --^\n"
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! natours@1.0.0 compile:sass: `node-sass sass/main.scss css/style.css`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the natours@1.0.0 compile:sass script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/tloredana/.npm/_logs/2019-05-22T10_32_29_112Z-debug.log
Tanases-MacBook-Air:sass tloredana$
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...