-
Notifications
You must be signed in to change notification settings - Fork 1.3k
OpenBSD: node-sass: Command failed #2916
Comments
The issue is with core-js |
@xzyfer seems to be trying to download a non-existing node-sass file though? Any idea what to do? |
Take a look at the very first line of the readme |
@xzyfer what do you mean by that? That it's due to v4.14.1? That OpenBSD is not in the list of supported OSes? |
A bit odd, by the way, that you support FreeBSD and not OpenBSD. These days FreeBSD is on life support.
|
Correct. Openbsd is not supported. The download will fail as expected but npm will try to compile the binary locally if you have the tool chain |
@xzyfer any chance you could give some more pointers? It doesn't seem to be making it as far as to the local compile part. The usual "but it used to work just fine a couple of months ago" also hold true in this case :) |
I see no reason from the information provided why this would have ever worked, or why it would have recently stopped working. |
Thanks, guess I'm in for the deep dive. I'll report back on my findings. |
The fix is here: https://marc.info/?l=openbsd-ports&m=160657052927238
Don't forget to replace export CC=/usr/bin/clang
export CXX=/usr/bin/clang++ Shoutout to Solene for the help. |
Anybody know what to do?
Thanks.
The text was updated successfully, but these errors were encountered: