Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nodejs-nuxtjs starter project is broken, registry CI currently broken as a result #883

Closed
johnmcollier opened this issue Jul 6, 2022 · 0 comments · Fixed by devfile/registry#117
Assignees
Labels
area/registry Devfile registry for stacks and infrastructure kind/bug Something isn't working

Comments

@johnmcollier
Copy link
Member

/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:                                             ││                                                                              ││   - vue@2.7.3                                                                ││   - vue-server-renderer@2.6.14                                               ││                                                                              ││   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

@openshift-ci openshift-ci bot added kind/bug Something isn't working area/registry Devfile registry for stacks and infrastructure labels Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/registry Devfile registry for stacks and infrastructure kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants