question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Illegal instruction Error. When '#' and '*' appear in the scss file. Use the windows7 .

See original GitHub issue

scene 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:closed
  • Created 7 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
AtomicRosecommented, Nov 23, 2016

Because the windows version. You must better than win7 sp1. sp1. sp1😔

0reactions
simskijcommented, Sep 21, 2016

You forgot a semicolon after the import in b.scss. Also, is scene 1 a separate scss file?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found