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

Can't get application up. #125

Open
mgonawala opened this issue Jan 19, 2020 · 3 comments
Open

Can't get application up. #125

mgonawala opened this issue Jan 19, 2020 · 3 comments

Comments

@mgonawala
Copy link

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"
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

@Hamzsd
Copy link

Hamzsd commented Apr 17, 2020

Did you find a way around this error? I am experiencing the same issue.

@mgonawala
Copy link
Author

Unfortunately didn't find any workaround and then stopped looking for it.

@voronkovsergey
Copy link

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.

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

3 participants