You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a new Gatsby blog (my third attempt). This time, it actually ran npm install, but the install kept failing, because it insists on using the same version (^15.12.0) for all the Gatsby packages. But gatsby-plugin-image is still in the 3.14 range. I updated it myself and reran npm install. That worked, but the project wouldn't launch. Using the autofix feature just reverted the package version again. Even after specifically telling Bolt that the latest package version is 3.14, it would revert to the invalid package version.
Please make your project public or accessible by URL. This will allow anyone trying to help you to easily reproduce the issue and provide assistance.
Steps to reproduce
Create a Gatsby blog
Check the version of gatsby-plugin-image in package.json
Expected behavior
It should use the latest valid version. Once I told it what the problem was, I expect it to revert that package to the correct version, but it remained confused.
Screen Recording / Screenshot
No response
Platform
Browser name = Chrome
Full version = 131.0.0.0
Major version = 131
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
performance.memory = {
"totalJSHeapSize": 163016917,
"usedJSHeapSize": 90637085,
"jsHeapSizeLimit": 4294705152
}
Username = CobusKruger
Chat ID = 8b83937f656c
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I created a new Gatsby blog (my third attempt). This time, it actually ran
npm install
, but the install kept failing, because it insists on using the same version (^15.12.0) for all the Gatsby packages. Butgatsby-plugin-image
is still in the 3.14 range. I updated it myself and rerannpm install
. That worked, but the project wouldn't launch. Using the autofix feature just reverted the package version again. Even after specifically telling Bolt that the latest package version is 3.14, it would revert to the invalid package version.Link to the Bolt URL that caused the error
https://bolt.new/~/sb1-jyu3qazr
Validations
Steps to reproduce
gatsby-plugin-image
inpackage.json
Expected behavior
It should use the latest valid version. Once I told it what the problem was, I expect it to revert that package to the correct version, but it remained confused.
Screen Recording / Screenshot
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: