Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.3k views
in Technique[技术] by (71.8m points)

npm - How can I run two dev servers with yarn workspaces?

I have two yarn workspaces A and B.

Within each workspace, I can run yarn start to run webpack dev server on different ports.

Therefore, I am trying to use the command yarn workspaces run start to start dev servers in both workspace A and B.

However, it only runs yarn start in workspace A and leaves the session open. My guess is it can't run yarn start for workspace B until the previous command ends.

Is there another simple way I can go about achieving this? I haven't been able to find any examples of this.

question from:https://stackoverflow.com/questions/65863333/how-can-i-run-two-dev-servers-with-yarn-workspaces

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...