Illegal instruction Error. When '#' and '*' appear in the scss file. Use the windows7 .
See original GitHub issuescene 1
*{
font-size: 14px;
}
scene 2
a.scss
$bgColor: #f00;
b.scss
@import "a.scss"
.box{
background: $bgColor;
}
when I use the gulp-sass to compile the scss file. It will throw a error /c/Users/Administrator/AppData/Romaing/npm/gulp: line 14: 9896 Illegal instruction node "$basedir/node_modules/gulp/bin/gulp.js" "$@"
But the same code and the same node_modules version in Mac or Linux. It will success.
Who can help me?
Issue Analytics
- State:
- Created 7 years ago
- Comments:8
Top Results From Across the Web
Error code: Status illegal instruction - Microsoft Community
So, while i'm watching a video, the page stops working and the message "oops something went wrong" appears on my screen along with...
Read more >c++ - Why do I get "Illegal Instruction" error when Building on ...
Right-click the project, select "properties ", then the "General" page. See Windows SDK Version . You can install different SDK versions (and ...
Read more >Illegal instruction: 4 and Bus error: 10 #1289 - sass/node-sass
The problem occurs when using the Singularity grid system in debug mode, and setting a background-grid color, and apparently only on Mac OS...
Read more >Fixing illegal instruction issues - ParabolaWiki
1 Introduction. Sometimes, running a program results in a crash, and a message about illegal instruction(s). Here's an example from the bug ...
Read more >How to Fix: NTVDM encountered a System Error when ...
This tutorial contains instructions to resolve the "NTVDM has encountered a System Error" issue when running 16-bit applications on Windows 10.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Because the windows version. You must better than win7 sp1. sp1. sp1😔
You forgot a semicolon after the import in b.scss. Also, is scene 1 a separate scss file?