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
On a fresh nuxt project with nuxthub module installed, I'm getting this error when deploying;
[nitro 8:49:15 AM] ERROR Error: Could not load /Users/user/Nuxt/app/node_modules/unenv/runtime/npm/mime.mjs (imported by node_modules/@nuxthub/core/dist/runtime/blob/server/utils/blob.js): ENOENT: no such file or directory, open '/Users/user/Nuxt/app/node_modules/unenv/runtime/npm/mime.mjs'
The file /Users/user/Nuxt/imagene/node_modules/unenv/runtime/npm/mime.mjs is missing.
It appears that the unenv package was upgraded from version 1.10.0 to 2.0.0-rc.0 when I ran npx nuxthub deploy, resulting in changes to the package structure.
Or am I missing something here? Thanks.
Steps to reproduce
Install nuxthub module on a fresh install nuxt, run;
Describe the bug
On a fresh nuxt project with nuxthub module installed, I'm getting this error when deploying;
The file
/Users/user/Nuxt/imagene/node_modules/unenv/runtime/npm/mime.mjs
is missing.It appears that the
unenv
package was upgraded from version1.10.0
to2.0.0-rc.0
when I rannpx nuxthub deploy
, resulting in changes to the package structure.Or am I missing something here? Thanks.
Steps to reproduce
Nuxt info
Darwin
v20.16.0
3.15.2
3.20.0
2.10.4
[email protected]
-
compatibilityDate
,devtools
,modules
@nuxthub/[email protected]
-
The text was updated successfully, but these errors were encountered: