Atom의 linter-scss-lint에 "you are using an old version of scss-lint"라고 화내는
현상
linter-scss-lint 플러그인이 설치된 Atom에서, scss-lint
의 버젼이 낡다고의 에러가 나오고 움직이지 않는다.
You are using an old version of scss-lint
그래서 scss-lint
를 업데이트하려고하면 "최신이야"라고 말해 버린다.
$ gem list | grep scss-lint
scss-lint (0.38.0)
$ gem update scss-lint
Updating installed gems
Nothing to update
해결책
scss-lint
를 제거한 후 scss_lint
를 설치하면 오류가 사라졌습니다.
gem uninstall scss-lint
gem uninstall scss_lint
gem install scss_lint
참고 : Old version off scss-lint error message #160
하마리 포인트
"scss-lint
버전이 오래되었습니다"라는 메시지이지만 설치하는 것은 scss_lint
입니다.
덧붙여서 플러그인 측의 Readme에서는 제대로.
htps : // 나중에 m. 이오 / 파 쿠 게 s / ㄹ r sc ㅇ ぃ t
Reference
이 문제에 관하여(Atom의 linter-scss-lint에 "you are using an old version of scss-lint"라고 화내는), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/ezawa800/items/621ab0460b066de283c9
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
You are using an old version of scss-lint
$ gem list | grep scss-lint
scss-lint (0.38.0)
$ gem update scss-lint
Updating installed gems
Nothing to update
scss-lint
를 제거한 후 scss_lint
를 설치하면 오류가 사라졌습니다.gem uninstall scss-lint
gem uninstall scss_lint
gem install scss_lint
참고 : Old version off scss-lint error message #160
하마리 포인트
"
scss-lint
버전이 오래되었습니다"라는 메시지이지만 설치하는 것은 scss_lint
입니다.덧붙여서 플러그인 측의 Readme에서는 제대로.
htps : // 나중에 m. 이오 / 파 쿠 게 s / ㄹ r sc ㅇ ぃ t
Reference
이 문제에 관하여(Atom의 linter-scss-lint에 "you are using an old version of scss-lint"라고 화내는), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/ezawa800/items/621ab0460b066de283c9텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)