-
I know Linux arm64 is not supported but could someone guide me on what should I look into or what could be the implications of this error message? even with this error quarto can render qmd files but I don't know what unexpected consequences I might encounter down the road.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think what's happening is that the version string that your binary is reporting is 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 |
Beta Was this translation helpful? Give feedback.
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 formmajor.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 .