vectara/vectara-answer

PORT not recognized as a command

giammarcotassinari opened this issue · 3 comments

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?

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.

@giammarcotassinari - can you please let me know if this PR (already merged) solves the issue?

closing as resolved.