Skip to content

docs(mobile/4): skip Node setup for native starter kit - #489

Open
vipertecpro wants to merge 1 commit into
NativePHP:mainfrom
vipertecpro:codex/docs-mobile-starter-no-node
Open

docs(mobile/4): skip Node setup for native starter kit#489
vipertecpro wants to merge 1 commit into
NativePHP:mainfrom
vipertecpro:codex/docs-mobile-starter-no-node

Conversation

@vipertecpro

Copy link
Copy Markdown

Summary

  • add --no-node to the Mobile v4 starter-kit command

Why

The NativePHP Mobile starter uses native PHP/EDGE UI and does not ship with a Node or Vite asset pipeline. Laravel's default Node setup can therefore trigger an unnecessary npm run build step, which fails because there is no Vite configuration or dependency to build.

Passing --no-node creates the starter in the form it is intended to run, giving new users a clean setup path without an irrelevant Node installation step.

Validation

  • git diff --check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant