linter-scss-lint icon indicating copy to clipboard operation
linter-scss-lint copied to clipboard

`find_spec_for_exe': can't find gem scss_lint (>= 0.a) with executable scss-lint (Gem::GemNotFoundException)

Open KyNorthstar opened this issue 4 years ago • 0 comments

This happens every time I make a keystroke in a SCSS file

[Linter] Error running scss-lint Error: /Library/Ruby/Site/2.6.0/rubygems.rb:284:in `find_spec_for_exe': can't find gem scss_lint (>= 0.a) with executable scss-lint (Gem::GemNotFoundException)
	from /Library/Ruby/Site/2.6.0/rubygems.rb:303:in `activate_bin_path'
	from /usr/local/bin/scss-lint:23:in `<main>'
    at ChildProcess.<anonymous> (/Users/benleggiero/.atom/packages/linter-scss-lint/node_modules/sb-exec/lib/index.js:56)
    at ChildProcess.emit (events.js:200)
    at maybeClose (internal/child_process.js:1021)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:283)

KyNorthstar avatar Dec 14 '20 02:12 KyNorthstar