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 7a8566e commit 1d38b08Copy full SHA for 1d38b08
build-system-tests/scripts/mega-app-create-app.sh
@@ -91,8 +91,8 @@ if [[ "$FRAMEWORK" == 'vue' ]]; then
91
echo "vue create --preset ../templates/components/vue/preset-${FRAMEWORK_VERSION}.json $MEGA_APP_NAME"
92
echo 'Y' | vue create --preset ../templates/components/vue/preset-${FRAMEWORK_VERSION}.json $MEGA_APP_NAME
93
elif [ "$BUILD_TOOL" == 'nuxt' ]; then
94
- echo "npx nuxt init $MEGA_APP_NAME"
95
- npx nuxt init $MEGA_APP_NAME
+ echo "npx nuxi@latest init $MEGA_APP_NAME -t v4"
+ npx nuxi@latest init $MEGA_APP_NAME -t v4
96
fi
97
98
0 commit comments