You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Could not find "stylelint-config-sass-guidelines". Do you need a `configBasedir`?
at module.exports (/home/linters/app/node_modules/stylelint/lib/utils/configurationError.js:8:28)
at getModulePath (/home/linters/app/node_modules/stylelint/lib/utils/getModulePath.js:26:11)
at loadExtendedConfig (/home/linters/app/node_modules/stylelint/lib/augmentConfig.js:194:22)
at resultPromise.then.resultConfig (/home/linters/app/node_modules/stylelint/lib/augmentConfig.js:168:16)
I have added stylelint-config-sass-guidelines to my package.json but you are not using my package.json packages but have your own whitelist of npm packages, if I have understood correctly? Is there a list of which those are (and which versions?)
I had this issue after cloning a project with style lint in it and not running yarn / npm install (since I had cloned it there were no node_modules yet). I jumped straight into trying to debug without bothering to install everything 😓 After doing so everything behaved
With a
.stylelintrc.json
file with:I get this error:
I have added stylelint-config-sass-guidelines to my package.json but you are not using my package.json packages but have your own whitelist of npm packages, if I have understood correctly? Is there a list of which those are (and which versions?)
Also the supported stylelint version
10.1.0
is pretty old. The latest at the moment is 13.0.0. Could it be updated?The text was updated successfully, but these errors were encountered: