Closed
Description
/kind bug
/area registry
The CI for the devfile registry is currently reporting the following error on the nodejs-nuxt stack's starter project:
Pushing devfile component "nodejs-nuxtjs"
This may cause things to work incorrectly. Make sure to use the same version for both.
at Object.<anonymous> (node_modules/vue-server-renderer/index.js:8:9)
at Module.o._compile (node_modules/jiti/dist/v8cache.js:2:2778)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1155:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at n (node_modules/jiti/dist/v8cache.js:2:2472)
at Object.<anonymous> (node_modules/@nuxt/vue-renderer/dist/vue-renderer.js:19:27)
at Module.o._compile (node_modules/jiti/dist/v8cache.js:2:2778)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1155:10)
╭──────────────────────────────────────────────────────────────────────────────╮│ ││ ✖ Nuxt Fatal Error ││ ││ Error: ││ ││ Vue packages version mismatch: ││ ││ - [email protected] ││ - [email protected] ││ ││ This may cause things to work incorrectly. Make sure to use the same ││ version for ││ both. ││ ││ │╰──────────────────────────────────────────────────────────────────────────────╯
On yesterday's meeting, @schultzp2020 suggested it was related to the migration from yarn to npm