We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d931c77 commit 3aa5a6cCopy full SHA for 3aa5a6c
src/commands/ensure.mjs
@@ -27,7 +27,7 @@ export default defineCommand({
27
28
if (!nuxtConfig.modules.includes('@nuxthub/core')) {
29
consola.info('@nuxthub/core module is not installed, installing...')
30
- await execa('npx', ['nuxi@latest', 'module', 'add', 'hub'], { cwd, stdio: 'inherit' })
+ await execa('npx', ['nuxi@3.20.0', 'module', 'add', 'hub'], { cwd, stdio: 'inherit' })
31
}
32
33
consola.success('NuxtHub Core module is installed and registered in the project.')
0 commit comments