Skip to content

how can I disable open broswer after npm run dev? #1483

Answered by mythmon
jkiss asked this question in Q&A
Discussion options

You must be logged in to vote

From the output of npm run dev -- --help you can find the "--no-open" option: npm run dev -- --no-open. Note the extra -- that are needed to separate arguments given to npm from arguments given to the command.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mbostock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants