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
What's wrong?
When I'm running npm run start after setting up the project with wizard, I'm getting this error:
Error: No configuration provided for /Users/username/Documents/GitHub/repo-name/src/stylesheets/styles.scss at module.exports (/Users/username/Documents/GitHub/repo-name/node_modules/stylelint/lib/utils/configurationError.js:8:28) at searchForConfig.then.then.config (/Users/username/Documents/GitHub/repo-name/node_modules/stylelint/lib/getConfigForFile.js:55:15)
To Reproduce
Steps to reproduce the behavior:
Run npm install
Run npm run start
See the error
Expected behavior
Error not showing up.
Screenshots
Desktop:
OS: macOS
Version 1.1.0
I've tried installing and running it two times already.
The text was updated successfully, but these errors were encountered:
What's wrong?
When I'm running
npm run start
after setting up the project with wizard, I'm getting this error:Error: No configuration provided for /Users/username/Documents/GitHub/repo-name/src/stylesheets/styles.scss at module.exports (/Users/username/Documents/GitHub/repo-name/node_modules/stylelint/lib/utils/configurationError.js:8:28) at searchForConfig.then.then.config (/Users/username/Documents/GitHub/repo-name/node_modules/stylelint/lib/getConfigForFile.js:55:15)
To Reproduce
Steps to reproduce the behavior:
npm install
npm run start
Expected behavior
Error not showing up.
Screenshots
Desktop:
I've tried installing and running it two times already.
The text was updated successfully, but these errors were encountered: