-
Notifications
You must be signed in to change notification settings - Fork 64
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
Throws an error on MacOs Ventura #45
Comments
Try deleting |
tldr: Update the version of Having deleted
Going to the website from that link showed me:
The lazysizes and markdown-it-image-lazysizes dependencies do not seem to bring in sharp, so that's probably not the issue. Now we come to 11ty/eleventy-img. As soon as I deleted that line from I put |
Describe the bug
Everything worked as expected, until I upgraded the MacOS version from Monterey to Ventura. Running
npm start
in iTerm2 to run the site locally outputs an error:Removing the 'node_modules/sharp' directory and running 'npm install', as directed in the error message, changes nothing.
Pushing changes to Netlify still builds the site on the web without errors.
To Reproduce
Steps to reproduce the behavior:
cd
to spacebook directorynpm start
Expected behavior
npm start
builds the site with its new changes (if any), starts a server locally, and outputs a localhost address to the terminal, with which to see the changes to the site in the browser.Screenshots
Additional context
MacBook Pro 16-inch, 2021, Apple M1 Max, Ventura 13.0.1
iTerm2 3.4.16 using zsh and fig
The text was updated successfully, but these errors were encountered: