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 e9b5579 commit 42554d9Copy full SHA for 42554d9
packages/create-vitnode-app/src/index.ts
@@ -36,7 +36,7 @@ const init = async () => {
36
let projectPath = '';
37
38
const program = new Command()
39
- .version(packageJson.version)
+ .version(packageJson.version ?? '0.1.0')
40
.argument('[project-directory]')
41
.usage(`${color.green('[project-directory]')} [options]`)
42
.action(name => {
0 commit comments