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
After upgrading @astrojs/image to 0.9.0 I receive the following error:
08:36:21 PM [astro] Unable to load /workspaces/Website/astro.config.mjs
error Cannot find package 'http-cache-semantics' imported from /workspaces/Website/node_modules/@astrojs/image/dist/build/ssg.js
Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'http-cache-semantics' imported from /workspaces/Website/node_modules/@astrojs/image/dist/build/ssg.js
at new NodeError (node:internal/errors:387:5)
at packageResolve (node:internal/modules/esm/resolve:951:9)
at moduleResolve (node:internal/modules/esm/resolve:1000:20)
at defaultResolve (node:internal/modules/esm/resolve:1214:11)
at nextResolve (node:internal/modules/esm/loader:165:28)
at ESMLoader.resolve (node:internal/modules/esm/loader:844:30)
at ESMLoader.getModuleJob (node:internal/modules/esm/loader:431:18)
at ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:76:40)
at link (node:internal/modules/esm/module_job:75:36)
What version of
astro
are you using?1.4.1
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
npm
What operating system are you using?
Linux
Describe the Bug
After upgrading
@astrojs/image
to 0.9.0 I receive the following error:Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-o2qvrv
Participation
The text was updated successfully, but these errors were encountered: