Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(gatsby-plugin-image): print error details #30417

Merged
merged 2 commits into from
May 6, 2021
Merged

fix(gatsby-plugin-image): print error details #30417

merged 2 commits into from
May 6, 2021

Commits on Mar 23, 2021

  1. Print error details

    Hello 
    
    i got general error message "Error loading image" over and over and I could not know what was causing the error,
    therefore we should print the error details.
    
    in my case the error details was "EPERM: operation not permitted, open...."
    that happened because I only worked with YARN and to solve this specific problem i had to run once `npm install`.
    
    Thank you for this wonderful plugin!
    YehudaKremer authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    87defc5 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    f6c08e3 View commit details
    Browse the repository at this point in the history