Problem with gt build #725
-
|
I'm starting a new project using the blueprint for the todo list. I'm trying to run gt build, and following the instructions in the docs. But I'm running into a couple of issues so far. Sass is currently on version 1.101.0, unless I'm mistaken Secondly, I have had to modify it with the full path in order to get it to run (because I don't have sass installed globally, maybe I should) Once this is working though, I'm encountering the following error when running gt build: I'm at a loss on how to fix this. Any help would be greatly appreciated, thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
My first theory was that there would be a globally-installed sass that's taking preference, and for some reason isn't compatible, but I've just installed a "fake sass" on my machine at The First, I'd be interested in knowing what version it thinks you've got installed: To diagnose where the problem lies, firstly could you replace the "require" line with this: require=node_modules/.bin/sass *and try |
Beta Was this translation helpful? Give feedback.
-
|
For some context, I was starting with the todo-list blueprint and was trying to get javascript compiling so that I could use flux with it. I've tried deleting the build.ini and I get the same error. trying to find out the version gives me this error which seems like it is the issue here. Though I don't really understand it and haven't been able to get it working |
Beta Was this translation helpful? Give feedback.
-
|
So it turns out that there was a strange setup within |
Beta Was this translation helpful? Give feedback.
So it turns out that there was a strange setup within
brewthat overrode the project-localsass. Very weird. Maybe out of scope ofgt build, but certainly not something I can ignore seeing as it tripped you up immediately.