scss-lint-plugin
scss-lint-plugin copied to clipboard
Webstorm not recognising new version
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.
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' ?
The plugin uses the full executable path provided in the settings panel. Can you explain how to reproduce the issue?
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
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.