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

Starting the app with yarn start throws a sass-related error #91

Open
rishighan opened this issue Sep 4, 2023 · 1 comment
Open

Starting the app with yarn start throws a sass-related error #91

rishighan opened this issue Sep 4, 2023 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@rishighan
Copy link
Owner

Trying to spin up the app with yarn start results in a sass dependency error thrown with the following trace:

[vite:css] Preprocessor dependency "sass" not found. Did you install it? Try `yarn add -D sass`.
file: /Users/rishi/work/threetwo/src/client/assets/scss/App.scss
error during build:
Error: Preprocessor dependency "sass" not found. Did you install it? Try `yarn add -D sass`.
    at loadPreprocessor (file:///Users/rishi/work/threetwo/node_modules/vite/dist/node/chunks/dep-df561101.js:39269:19)
    at scss (file:///Users/rishi/work/threetwo/node_modules/vite/dist/node/chunks/dep-df561101.js:39310:20)
    at compileCSSPreprocessors (file:///Users/rishi/work/threetwo/node_modules/vite/dist/node/chunks/dep-df561101.js:38735:36)
    at compileCSS (file:///Users/rishi/work/threetwo/node_modules/vite/dist/node/chunks/dep-df561101.js:38785:42)
    at async Object.transform (file:///Users/rishi/work/threetwo/node_modules/vite/dist/node/chunks/dep-df561101.js:38266:56)
    at async transform (file:///Users/rishi/work/threetwo/node_modules/rollup/dist/es/shared/node-entry.js:24367:16)
    at async ModuleLoader.addModuleSource (file:///Users/rishi/work/threetwo/node_modules/rollup/dist/es/shared/node-entry.js:24567:30)
error Command failed with exit code 1.

@rishighan rishighan self-assigned this Sep 4, 2023
@rishighan rishighan added the bug Something isn't working label Sep 4, 2023
@rishighan rishighan added this to the Dot Release milestone Sep 4, 2023
@rishighan
Copy link
Owner Author

74a9c4b should address this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant