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

Webstorm not recognising new version

Open gunnx opened this issue 9 years ago • 3 comments

I've been using v0.33 and today updated to v.034 but in the setting panel in Webstorm it still shows the old version number. I've tried un-installing and re-installing the plugin but no difference.

screen shot 2015-03-04 at 14 22 45

Update: It looks like even though I set the location of the scss-lint exe, to my bundle installed version, it was actually using my global version which is still at v0.33. I uninstalled that and now it doesn't run at all.

Is it the case this plugin will only work with globally installed version of 'scss-lint' ?

gunnx avatar Mar 04 '15 14:03 gunnx

The plugin uses the full executable path provided in the settings panel. Can you explain how to reproduce the issue?

idok avatar Mar 26 '15 13:03 idok

Hi @idok I had a global version of scss-lint installed at v 0.33.0. I also had a local version under node_modules installed in my project directory at v 0.34.0

Even when I browsed for the local version of 0.34.0 as you can see in my screenshot the plugin reports the global install version number 0.33.0

To reproduce you will have to install a different global version to the one in your local project and see what the plugin display.

Thanks

gunnx avatar Mar 26 '15 14:03 gunnx

A colleague and I also have this problem when using IntelliJ. Might add that we're both using Macs. A third team member here using Webstorm on Windows do not seem to experience this issue.

pecka85 avatar Aug 18 '15 08:08 pecka85