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
cloned it, installed the dependencies by running yarn, followed the instructions running yarn start
yarn start
yarn run v1.22.15
$ PORT=3010 react-scripts start
'PORT' is not recognized as an internal or external command,
operable program or batch file.
error Command failed with exit code 1.
The text was updated successfully, but these errors were encountered:
cloned it, installed the dependencies by running yarn, followed the instructions running yarn start
yarn start
yarn run v1.22.15
$ PORT=3010 react-scripts start
'PORT' is not recognized as an internal or external command,
operable program or batch file.
error Command failed with exit code 1.
PORT=3010 react-scripts start
replace this part with
"SET PORT=3010 && react-scripts start"
cloned it, installed the dependencies by running
yarn
, followed the instructions runningyarn start
The text was updated successfully, but these errors were encountered: