-
|
because localhost url already exist in broswer |
Beta Was this translation helpful? Give feedback.
Answered by
mythmon
Jun 25, 2024
Replies: 1 comment
-
|
From the output of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mbostock
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From the output of
npm run dev -- --helpyou can find the "--no-open" option:npm run dev -- --no-open. Note the extra--that are needed to separate arguments given tonpmfrom arguments given to the command.