Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work on Windows #216

Open
mjntan35 opened this issue Jun 26, 2020 · 1 comment
Open

Does not work on Windows #216

mjntan35 opened this issue Jun 26, 2020 · 1 comment
Labels

Comments

@mjntan35
Copy link

mjntan35 commented Jun 26, 2020

When I run in Windows, I get this error
FAIL front:stylelint path/to/my.scss
● Test suite failed to run

No files matching the pattern "C:\path\to\my.scss" were found.

  at node_modules/stylelint/lib/standalone.js:215:12

A quick fix is to replace \ to / in src/run.js

const defaultConfig = { files: testPath.replace(/\\/gi, '/'), formatter: "string", fix: configOverrides.getFix(), };

@issue-label-bot issue-label-bot bot added the bug label Jun 26, 2020
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.91. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

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

No branches or pull requests

1 participant