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

Didn't work? #1

Open
mattjaf opened this issue Mar 22, 2022 · 1 comment
Open

Didn't work? #1

mattjaf opened this issue Mar 22, 2022 · 1 comment

Comments

@mattjaf
Copy link

mattjaf commented Mar 22, 2022

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.
@Negi-Ashish
Copy link

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"

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

No branches or pull requests

2 participants