You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
I've been trying to compile my sass files with gulp-sass for hours now and I'm always getting a Segmentation fault:11 error upon trying to compile. I've tried compiling with node-sass directly but no success there either. I also tried npm rebuild, no luck.
I should mention everything worked fine until I added this piece of code which seems to be the cause of the error.
So actually, I was able to solve this issue by installing node-sass@beta. Looks like it was a simple nesting issue.
Here's the log node-sass@beta gave me
{
"formatted": "Error: Illegal nesting: Only properties may be nested beneath properties.\n on line 14 of src/components/_navigation.sass\n>> \theight: 5.2rem {\n ---------------^\n",
"message": "Illegal nesting: Only properties may be nested beneath properties.",
"column": 16,
"line": 14,
"file": "/Users/mbd/Documents/ghast/src/components/_navigation.sass",
"status": 1
}
System info:
node-sass: 3.5.0-beta.1
libsass: 3.3.3
I've been trying to compile my sass files with gulp-sass for hours now and I'm always getting a Segmentation fault:11 error upon trying to compile. I've tried compiling with node-sass directly but no success there either. I also tried npm rebuild, no luck.
I should mention everything worked fine until I added this piece of code which seems to be the cause of the error.
Gulp 'log'
System info:
OS: OS X 10.11.3
Node: v5.5.0
node-sass: 3.4.2
libsass: 3.3.2
The text was updated successfully, but these errors were encountered: