AtomLinter / linter-stylelint

A plugin for Atom Linter providing an interface to stylelint.

Home Page:https://atom.io/packages/linter-stylelint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot Find Module 'Stylelint'

thejamespower opened this issue · comments

Receiving the error: 'Cannot find module 'stylelint' when trying to run. Please find rc file below. Let me know if there's any other info' I can provide to help debug :)

{
  "extends": [
     "C:\\dev\\devtools\\bin\\npm\\node_modules\\stylelint-config-sass-guidelines",
     "C:\\dev\\devtools\\bin\\npm\\node_modules\\stylelint-config-recess-order"
  ],
  "rules": {
    "max-nesting-depth": 3,
    "order/order": [
       "custom-properties",
       "dollar-variables",
       "declarations",
       "rules",
       "at-rules"
    ],
    "order/properties-alphabetical-order": null
  }
}

DOH. Styelint was somehow removed from my global installation.