前提・実現したいこと
初心者です。
ScssをAtomで自動コンパイルできるようにしたいです。
MAC 11.4を使用しています。
Homebrew 3.1.12
node.js:v12.16.3
発生している問題・エラーメッセージ
ターミナルで、「npm install -g node-sass」を叩き、node-sassをダウンロードしました。
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated har-validator@5.1.5: this library is no longer supported /Users/username/.npm-global/bin/node-sass -> /Users/username/.npm-global/lib/node_modules/node-sass/bin/node-sass > node-sass@6.0.0 install /Users/username/.npm-global/lib/node_modules/node-sass > node scripts/install.js Cached binary found at /Users/username/.npm/node-sass/6.0.0/darwin-x64-72_binding.node > node-sass@6.0.0 postinstall /Users/username/.npm-global/lib/node_modules/node-sass > node scripts/build.js Binary found at /Users/username/.npm-global/lib/node_modules/node-sass/vendor/darwin-x64-72/binding.node Testing binary Binary is fine + node-sass@6.0.0 updated 1 package in 6.477s
その後、「node-sass -v」を叩いたのですが、「-sh: node-sass: command not found」と出てきました。
package.json の内容
{ "name": "documents", "version": "1.0.0", "description": "", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC" }
Scssをコンパイルする仕組みを上手く理解しておらずご迷惑おかけ致しますが、お教えいただけると嬉しいです。