We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have been trying to start this App with npm start command. But I keep getting below error
Error: Can't find stylesheet to import. ╷ 6 │ @import "C:\Users\mgonawal\startbootstrap-sb-admin\src\scss\styles.scss" │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵
The text was updated successfully, but these errors were encountered:
Did you find a way around this error? I am experiencing the same issue.
Sorry, something went wrong.
Unfortunately didn't find any workaround and then stopped looking for it.
Looks like the problem is actual for Windows users. I've fixed the issue by replacing @import "${stylesPath}" to @import "../src/scss/styles.scss" in the https://github.com/BlackrockDigital/startbootstrap-sb-admin/blob/master/scripts/render-scss.js.
@import "${stylesPath}"
@import "../src/scss/styles.scss"
No branches or pull requests
I have been trying to start this App with npm start command.
But I keep getting below error
Error: Can't find stylesheet to import.
╷
6 │ @import "C:\Users\mgonawal\startbootstrap-sb-admin\src\scss\styles.scss"
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
The text was updated successfully, but these errors were encountered: