error when importing dependencies #internal/nitro/virtual/app-config
I'm developing a layer on top of another layer, for the same I used extends with install, the layer I'm extending is in a private repository and I'm extending it via github.
Searching I found the following issue open on github, which appears to be a similar error
https://github.com/nuxt/icon/issues/204
Based on it, I tried to change the version of nuxt used, but when I run dev it ends up installing nuxt 3.12.4 as a dependency.
GitHub
Package import specifier "#internal/nitro/virtual/app-config" is no...
Environment npx nuxi info Working directory: /Users/nico/sources/empty-app 11:10:13 AM Nuxt project info: (copied to clipboard) 11:10:13 AM Operating System: Darwin Node Version: v22.3.0 Nuxt Versi...
0 Replies