Я впервые использую SASS, и я не могу понять, что я делаю не так? Я установил SASS, и я пытаюсь npm run style
, но есть ошибка.
Терминал говорит, что MacBook-Pro-Anastasia:live coding anastasia$ npm run style
npm ERR! file /Users/anastasia/Desktop/live coding/package.json
npm ERR! code EJSONPARSE
npm ERR! JSON.parse Failed to parse json
npm ERR! JSON.parse Unexpected token s in JSON at position 138 while parsing near '...ts": {
npm ERR! JSON.parse "style": sass sass/style.scss...'
npm ERR! JSON.parse Failed to parse package.json data.
npm ERR! JSON.parse package.json must be actual JSON, not just JavaScript.
Может кто-нибудь увидеть, что не так с файлом JSON?
{
"name": "live-coding",
"version": "1.0.0",
"description": "Productly web-page",
"main": "index.js",
"scripts": {
**"style": sass sass/style.scss sass/style.css,**
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "priuet",
"license": "ISC"
}```