-
Notifications
You must be signed in to change notification settings - Fork 93
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
Next 12 - got next dev, next build and next export to work - update documentation #272
Comments
This does not work for me. Im getting: |
htbkoo
added a commit
to htbkoo/personal-portfolio
that referenced
this issue
Apr 13, 2022
…images` as dependencies with some packages downgrade to v9 instead of v10 References: 1. https://github.com/cyrilwanner/next-optimized-images#optimization-packages 2. cyrilwanner/next-optimized-images#272 3. cyrilwanner/next-optimized-images#279 (comment) 4. cyrilwanner/next-optimized-images#270
htbkoo
added a commit
to htbkoo/personal-portfolio
that referenced
this issue
Apr 13, 2022
mii288
added a commit
to oystersjp/oystersjp.github.io
that referenced
this issue
Sep 10, 2022
今までcanary versionを使用していたが、依存関係の解決が難しかった。 個別に依存パッケージをインストールできるVer.2へダウングレードする。 ref: cyrilwanner/next-optimized-images#272
mii288
added a commit
to oystersjp/oystersjp.github.io
that referenced
this issue
Sep 10, 2022
今までcanary versionを使用していたが、依存関係の解決が難しかった。 個別に依存パッケージをインストールできるVer.2へダウングレードする。 ref: cyrilwanner/next-optimized-images#272
mii288
added a commit
to oystersjp/oystersjp.github.io
that referenced
this issue
Sep 10, 2022
今までcanary versionを使用していたが、依存関係の解決が難しかった。 個別に依存パッケージをインストールできるVer.2へダウングレードする。 ref: cyrilwanner/next-optimized-images#272
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there 👋
Spent the whole morning getting this to work. First
next dev
wasn't working and thennext build && next export
- the solution was scattered across a number of comments on this repo - thought I'd summarise here. I think the documentation needs updating.Need to use version 9 for imagemin-svgo:
For building and dev, need to add custom loader and disable static images in next.config.js.
Here is my next.config.js that seems to be working:
Error for next build && next export
Error for version 10 of imagemin-svgo
Error for next dev somewhere along the line
The text was updated successfully, but these errors were encountered: