sass-autocompile을 사용하고 싶기 때문에 우분투에 node-sass를 설치하려고 하는데 해당 sass 파일을 아톰으로 컴파일하려고 해도(저장할 때에만) 다음 오류가 반환됩니다.
`fs.js:904
return binding.readdir(pathModule._makeLong(path), options.encoding)
Error: ENOENT: no such file or directory, scandir
'/usr/lib/node_modules/node-sass/vendor'
at Object.fs.readdirSync (fs.js:904:18)
at Object.getInstalledBinaries (/usr/lib/node_modules/node-
sass/lib/extensions.js:129:13)
at foundBinariesList (/usr/lib/node_modules/node-
sass/lib/errors.js:20:15)
at foundBinaries (/usr/lib/node_modules/node-sass/lib/errors.js:15:5)
at Object.module.exports.missingBinary (/usr/lib/node_modules/node-
sass/lib/errors.js:45:5)
at module.exports (/usr/lib/node_modules/node-sass/lib/binding.js:15:30)
at Object.<anonymous> (/usr/lib/node_modules/node-
sass/lib/index.js:14:35)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)`
이 명령을 사용해 보았지만 npm rebuild node-sass
문제가 해결되지 않았습니다.--force
nodejs와 node-sass, npm을 제거하고 다시 설치해도 문제가 해결되지 않았으며 예, Ruby가 설치되어 있습니다.
하지만 한 가지 정말 이상한 점은 이 경로가 node_modules/node-sass/vendor'
홈 폴더에 존재하고, 기본적으로 node_modules
해당 공급업체 폴더가 있어도 홈 폴더에 존재한다는 것입니다. 저를 도와주실 수 있나요?