rishighan / threetwo-docker-compose

docker-compose configuration for ThreeTwo
4 stars 0 forks source link

Preprocessor dependency "sass" not found #4

Open potter-jason opened 9 months ago

potter-jason commented 9 months ago
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 9 months ago

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 9 months ago

Related to https://github.com/rishighan/threetwo/issues/91

potter-jason commented 9 months ago

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

francop311 commented 2 months ago

Any update?