Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Architect setup README bug #2323

Closed
miktap opened this issue Mar 15, 2022 · 0 comments · Fixed by #2332
Closed

Architect setup README bug #2323

miktap opened this issue Mar 15, 2022 · 0 comments · Fixed by #2332

Comments

@miktap
Copy link

miktap commented Mar 15, 2022

What version of Remix are you using?

1.2.3

Steps to Reproduce

Bug in "Architect Setup" README. It says:

You will be running two processes during development when using Architect as your server.

- Your Architect server sandbox in one
- The Remix development server in another

# in one tab
$ arc sandbox

# in another
$ npm run dev

But npm run dev runs both arc sandbox and remix watch in parallel. So it's enough to run just npm run dev.

Steps:

  1. Create new Remix project (Architect)
  2. Follow the README instructions

Expected Behavior

You have both architect and Remix server up and running.

Actual Behavior

npm run dev gives error:

Error: Port 3333 (http) is already in use, please select another with prefs.arc

As arc sandbox is already running.

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

Successfully merging a pull request may close this issue.

2 participants