Error Illegal instruction

I don’t knwo why but i got a problem to run meteor since i try to update to 1.6 from 1.4

Fatal error in …/deps/v8/src/objects.cc, line 3550

Check failed: receiver->IsJSFunction().

./start.sh: line 6: 18683 Illegal instruction: 4 meteor --settings settings.json --port 4444

someone can help

I’d personally try reporting this as an issue on GitHub. Looks like Electron had a similar issue… https://github.com/electron/electron/issues/6992

Have you re-installed your node_modules? any node extensions won’t be compatible between v8 versions and will need to be rebuilt with:

meteor npm rebuild

Though a fresh install of node_modules is often easier

1 Like

i have re-installed my node_modules and try rebuild but it’s the same i got the illegal instruction