PORT not recognized as a command
giammarcotassinari opened this issue · 3 comments
giammarcotassinari commented
Hello,
when doing "npm run start" on windows 10 it crashes, saying something like these
PORT=4444 react-scripts start
"PORT" not recognized as a command
Am I missing some dependencies?
ofermend commented
Hey @giammarcotassinari - thanks for reporting this.
I have created a PR (#137) that uses cross-env to should address this issue - can you please try that and let me know if it solves the issue for you? Once confirmed it solves it I can merge this branch.
ofermend commented
@giammarcotassinari - can you please let me know if this PR (already merged) solves the issue?
ofermend commented
closing as resolved.