Replies: 2 comments 1 reply
-
In this case I'd suggest opening an issue at https://github.com/lovell/sharp and using https://www.npmjs.com/package/segfault-handler to provide more details. Could be that your CPU is not supported anymore |
Beta Was this translation helpful? Give feedback.
1 reply
-
same problem here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Preliminary Checks
Description
Hi there!
When I create a new Gatsby project with the command
gatsby new project
and then rungatsby develop
, I get an instruction error. I think the problem relies in gatsby-plugin-sharp and gatsby-transformer-sharp, commenting the plugins in gatsby-config.js helps.Version 3 of this plugins doesn't give me the same error (tried compiling and running this project https://github.com/john-smilga/[gatsby-v3-tutorial-recipes] )
Reproduction Link
https://github.com/eddi00/gatsby-bug-plugin-image
Steps to Reproduce
gatsby new project
gatsby develop
Output:
$ gatsby develop
success compile gatsby files - 1.091s
success load gatsby config - 0.070s
⠋ load plugins
Illegal instruction (core dumped)
Expected Result
Project compiled and served.
Actual Result
success compile gatsby files - 1.091s
success load gatsby config - 0.070s
⠋ load plugins
Illegal instruction (core dumped)
Environment
Config Flags
No response
Beta Was this translation helpful? Give feedback.
All reactions