Skip to content
Discussion options

You must be logged in to vote

I think what's happening is that the version string that your binary is reporting is 1.57.1 compiled with dart2js 2.18.6, and we are expecting it to be a single string of the form major.minor.patch-level.

We probably could do a better job of trying to isolate the version string, but I think this is technically an issue with your binary, because dart-sass only reports the version string by itself. You can probably work around it by replacing your binary with a wrapper script that strips the rest of the "incorrect" version string .

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@andresrcs
Comment options

Answer selected by andresrcs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants