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

Error finding scss files. #1138

Open
jtwigg opened this issue Nov 29, 2022 · 0 comments
Open

Error finding scss files. #1138

jtwigg opened this issue Nov 29, 2022 · 0 comments

Comments

@jtwigg
Copy link

jtwigg commented Nov 29, 2022

When adding the line

import "react-widgets/styles.css";

to my project, I start to see these errors below linked to failing to find the scss files in the correct folder.
The path lookup seems to be wrong. Those files do
in fact exist in
node_modules/react-widgets/scss/calendar.scss
and
node_modules/react-widgets/scss/src/scss/calendar.scss

Failed to parse source map from '<workspace>/node_modules/src/scss/calendar.scss' file: Error: ENOENT: no such file or directory, open '<workspace>/node_modules/src/scss/calendar.scss'
  1. I do not want to turn off GENERATE SOURCE MAPS.
  2. I'm running in a Lerna mono repo, could this be related?
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

1 participant