Preprocessor dependency "sass" not found #4

Open
opened 2023-10-09 21:54:17 +00:00 by potter-jason · 5 comments
potter-jason commented 2023-10-09 21:54:17 +00:00 (Migrated from github.com)
threetwo-ui       | ✓ 33 modules transformed.
threetwo-ui       | ✓ built in 776ms
threetwo-ui       | [vite:css] Preprocessor dependency "sass" not found. Did you install it? Try `npm install -D sass`.
threetwo-ui       | file: /threetwo/src/client/assets/scss/App.scss
threetwo-ui       | error during build:
threetwo-ui       | Error: Preprocessor dependency "sass" not found. Did you install it? Try `npm install -D sass`.
three

Hello all - I get the above error message toward the end of the docker compose build. After I configure the .env file, then run
env $(cat docker-compose.env | xargs) docker-compose up
However, I remove the dash between docker and compose, as I have docker-compose 2.

The docker process ensues, however; toward the end I get the error about the saas dependency. I ran the suggested npm install -D saas on the host, no change. I'm not able to get into the container and try installing it yet.

Any way, is this a known thing with a fix? Any suggestions if not? Thx!

``` threetwo-ui | ✓ 33 modules transformed. threetwo-ui | ✓ built in 776ms threetwo-ui | [vite:css] Preprocessor dependency "sass" not found. Did you install it? Try `npm install -D sass`. threetwo-ui | file: /threetwo/src/client/assets/scss/App.scss threetwo-ui | error during build: threetwo-ui | Error: Preprocessor dependency "sass" not found. Did you install it? Try `npm install -D sass`. three ``` Hello all - I get the above error message toward the end of the docker compose build. After I configure the .env file, then run `env $(cat docker-compose.env | xargs) docker-compose up` However, I remove the dash between docker and compose, as I have docker-compose 2. The docker process ensues, however; toward the end I get the error about the saas dependency. I ran the suggested `npm install -D saas` on the host, no change. I'm not able to get into the container and try installing it yet. Any way, is this a known thing with a fix? Any suggestions if not? Thx!
rishighan commented 2023-10-10 08:43:53 +00:00 (Migrated from github.com)

Hello @potter-jason, I have a fix in the works for this. Let's keep this open to track the progress of it.

Hello @potter-jason, I have a fix in the works for this. Let's keep this open to track the progress of it.
rishighan commented 2023-10-10 16:49:56 +00:00 (Migrated from github.com)
Related to https://github.com/rishighan/threetwo/issues/91
potter-jason commented 2023-10-12 07:52:52 +00:00 (Migrated from github.com)

Ok.Sounds good. I'll test it once you push a fix.

Ok.Sounds good. I'll test it once you push a fix.
francop311 commented 2024-05-01 15:58:19 +00:00 (Migrated from github.com)

Any update?

Any update?
sidetraxgoga commented 2024-10-23 08:18:53 +00:00 (Migrated from github.com)

I just found your project and I am also getting this error using the compose file from the branch "4-preprocessor-dependency-sass-not-found"
Everything boots up except the ui. It crashes after a few tries.

npm install -D sass did not work.

Anything I can do?

I just found your project and I am also getting this error using the compose file from the branch "4-preprocessor-dependency-sass-not-found" Everything boots up except the ui. It crashes after a few tries. `npm install -D sass` did not work. Anything I can do?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: frishi/threetwo-docker-compose#4