You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
Running make dev in the /api folder seems to be successful.
Running make dev in the /web folder results in the following:
~/dev/crick/web · (master)
⟩ make dev
yarn start
yarn run v1.15.2
$ react-scripts start
Could not find an open port at crick.dev.
Network error message: listen EADDRNOTAVAIL 68.183.147.13
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
make: *** [Makefile:4: dev] Error 1
Is there a step I'm missing somewhere? Thanks.
The text was updated successfully, but these errors were encountered:
You need to configure your system to resolve .dev TLD as localhost (127.0.0.1). We use dnsmasq to do so. You will find relevant tutorial over the web depending on your OS [1, 2].
Running
make dev
in the /api folder seems to be successful.Running
make dev
in the /web folder results in the following:Is there a step I'm missing somewhere? Thanks.
The text was updated successfully, but these errors were encountered: