Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Cannot destructure property isPathValid of 'undefined' or 'null'. #581

Open
brandondurham opened this issue Nov 11, 2020 · 3 comments
Open

Comments

@brandondurham
Copy link

After adding a stylelint config (see below) to my project I get this error:

[Linter] Error running stylelint TypeError: Cannot destructure property `isPathValid` of 'undefined' or 'null'.

This is my simple config (.stylelintrc.json):

{
  "extends": "stylelint-config-standard",
  "plugins": [
    "stylelint-order"
  ],
  "rules": {
    "order/order": [
      "custom-properties",
      "declarations"
    ],
    "order/properties-order": [
      "width",
      "height"
    ]
  }
}

Running Atom 1.52.0 x64 and linter-stylelint 4.5.1.

@androdel
Copy link

I have the same issue

@yamiteru
Copy link

Any updates on this issue?

@ifeanyi305
Copy link

ifeanyi305 commented Mar 30, 2023

I have the same issues

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants