sass / dart-sass

The reference implementation of Sass, written in Dart.
https://sass-lang.com/dart-sass
MIT License
3.87k stars 350 forks source link

dart-sass maven plugin 1.77.4 is not a Win32 valid application #2261

Closed dani-arm closed 2 months ago

dani-arm commented 2 months ago

Since May 30, 2024, when compiling with maven plugin

https://github.com/sass/dart-sass/releases/tag/1.77.4

I receive a Windows error which says:

"[temp path]...no es una aplicación win32 válida".

I have Win 64 bits, and it seems that the plug-in correctly detects it (as the temp path, where the plugin donwloads sass.exe, contains x64 folder) but when compiling, the error mentioned appears.

I'm stucked with it. Could you help me to keep on compiling my .sass files please?

Regards.

Dani dart-error

ntkme commented 2 months ago

This is the repository of dart-sass, not the maven plugin. I cannot reproduce this issue standalone with dart-sass.

You should report the issue to: https://github.com/cleydyr/dart-sass-maven-plugin

ntkme commented 2 months ago

I just realized from your screenshot it appears that you're still using Windows 7?

Dart 3.4 has dropped support for Windows 7 & Windows 8. The minimum supported Windows version is now Windows 10.

ntkme commented 2 months ago

https://github.com/dart-lang/sdk/issues/54509 https://github.com/dart-lang/sdk/commit/74baf5e75a754edff091785586214549124c0c18

dani-arm commented 2 months ago

Oh! that's the point! I rolled back to dart-sass 1.71.1 and it seems that one uses a lower version of DART, so thank you for your support! Issue solved!