ascendancyy/vue-cli-plugin-stylelint

Command "lint:style" does not exist

peteruithoven opened this issue · 0 comments

I'm probably missing an installation step, but the lint:style command does not seem to get injected.

Reproduce

$ vue create vue-stylelint-test
Vue CLI v4.4.6
? Please pick a preset: (Use arrow keys)
❯ with-prettier (babel, eslint) 
  default (babel, eslint) 
  Manually select features
...
$ cd vue-stylelint-test
vue add stylelint
📦  Installing vue-cli-plugin-stylelint...
+ vue-cli-plugin-stylelint@0.0.2
...
✔  Successfully installed plugin: vue-cli-plugin-stylelint
? Choose a configuration to extend 
  none 
❯ stylelint-config-recommended 
  stylelint-config-standard
✔  Successfully invoked generator for plugin: vue-cli-plugin-stylelint
$ npx vue-cli-service lint:style
 ERROR  command "lint:style" does not exist.