0

When I run a second meteor application, I get the following message:

Can't listen on port 3000. Perhaps another Meteor is running?

Running two copies of Meteor in the same application directory will not work. If something else is using port 3000, you can specify an alternative port with --port .

4

1 に答える 1

4

別のポート (例: 3002) で meteor を起動するには、次のコマンドを実行します:

meteor --port 3002

プロジェクト ディレクトリ内。

于 2012-04-17T06:41:31.497 に答える