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

No files matching the pattern #33

Closed
gregorvoinov opened this issue Jan 15, 2020 · 6 comments
Closed

No files matching the pattern #33

gregorvoinov opened this issue Jan 15, 2020 · 6 comments

Comments

@gregorvoinov
Copy link

gregorvoinov commented Jan 15, 2020

Hi,

I get this error

StylelintError friendly-errors

No files matching the pattern "C:\myProject\assets**.{s?(a|c)ss,less,stylus}, C:\myProject{components,layouts,pages}**.vue" were found.

my dependencies

"dependencies": {
"nuxt": "^2.11.0",
"@nuxtjs/axios": "^5.9.3",
"@nuxtjs/pwa": "^3.0.0-0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.1.0",
"@nuxtjs/stylelint-module": "^3.2.0",
"@nuxtjs/tailwindcss": "^1.3.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-nuxt": ">=0.5.0",
"eslint-plugin-prettier": "^3.1.2",
"glob-all": "^3.1.0",
"node-sass": "^4.13.0",
"prettier": "^1.16.4",
"purgecss-webpack-plugin": "^1.6.0",
"sass-loader": "^8.0.2",
"stylelint": "^13.0.0"
}

but there is a tailwind.css file inside assets\css\ folder and a lot of files inside my components,layouts,pages folders...

stylelint version 12.0.1 works

Is this a bug?

@ricardogobbosouza
Copy link
Collaborator

Hi @gregorvoinov
Its a bug of stylelint-webpack-plugin with the new version of stylelint hear a change in the globby. See stylelint/stylelint#4254.

@ricardogobbosouza
Copy link
Collaborator

I'll fix it today

@ricardogobbosouza
Copy link
Collaborator

ricardogobbosouza commented Jan 16, 2020

Fixed, try to use the new version 3.2.1

@gregorvoinov
Copy link
Author

works now ;)

@amirlix
Copy link

amirlix commented Apr 8, 2020

hi .
sorry open agin , i created new nuxt project with stylelint-module.
when run nuxt get error :
No files matching the pattern .../assets/**/*.{s?(a|c)ss,less,stylus}, .../{components,layouts,pages}/**/*.vue
I created a sample scss file in assets folder but error was not resolved.
"nuxt": "^2.12.2", "stylelint": "^13.3.0" "@nuxtjs/stylelint-module": "^3.2.2",

@qmolab
Copy link

qmolab commented Oct 22, 2021

It is broken again...

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

No branches or pull requests

4 participants