Skip to content

Commit 5497ad9

Browse files
Get the latest nuxt-base-starter template (#69)
* Add --ignore-exists option * Use @latest instead of deprecated --ignore-existing for npx create-nuxt-base --------- Co-authored-by: Kai Haase <kai.haase@lenne.tech>
1 parent 0d79348 commit 5497ad9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lenne.tech/cli",
3-
"version": "1.6.8",
3+
"version": "1.6.9",
44
"description": "lenne.Tech CLI: lt",
55
"keywords": [
66
"lenne.Tech",

src/extensions/frontend-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export class FrontendHelper {
100100

101101
// Default: use create-nuxt-base
102102
try {
103-
await system.run(`npx create-nuxt-base "${dest}"`);
103+
await system.run(`npx create-nuxt-base@latest "${dest}"`);
104104

105105
// Fix package name - create-nuxt-base uses path as name which is invalid for lerna
106106
await this.fixPackageName(dest);

0 commit comments

Comments
 (0)