-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Can't compile node-sass on FreeBSD 11.1: "_LIBCPP_TRIVIAL_PAIR_COPY_CTOR" is no longer supported. #2153
Comments
I can provide SSH access to a FreeBSD server for anyone wishing to debug / test this. |
Unfortunately that version of node-sass is to old to support Node 8. To get Node 8 you'll need to update to 4.5.3 or above. Please see the release page for the Node version supported by that version if you need to remain on 3.x |
is this really resolved? I also have identical symptoms:
|
this makes it work:
and then "npm install node-sass" works fine...(with ancient version of node and npm) what a ballsache just to get some variables replaced in some css,,,,, pfft maybe npm should have a look at how the FreeBSD ports collection is run? |
This issue was with an old version with Node 8. We don't yet have pre-built binaries for newer version per #2129 |
Can we double check that nodejs/node#14076 didn't re-appear again as nodejs/node#17404 suggests? Can't check atm |
Having installed the latest
node
,yarn
, andnpm
packages, when I try to install libsass viayarn install
, I get the following error:version information
The text was updated successfully, but these errors were encountered: