Preprocessor dependency "sass" not found #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 upHowever, 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 saason 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!
Hello @potter-jason, I have a fix in the works for this. Let's keep this open to track the progress of it.
Related to https://github.com/rishighan/threetwo/issues/91
Ok.Sounds good. I'll test it once you push a fix.
Any update?
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 sassdid not work.Anything I can do?