taquito-react-template
taquito-react-template copied to clipboard
HTTPS=true "command either wrong or can't be found"
installed all depedencies and tried to run it with npm run start.
got the following issue
> [email protected] start
> HTTPS=true react-scripts start
Der Befehl "HTTPS" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
I've done:
git clone https://github.com/ecadlabs/taquito-react-template.git
npm install
npm run start
and it builds properly. Do you get this error message in the console or the browser?
@claudebarde I had the same error, had to remove HTTPS=true to run the app
what are "react-scripts"? These are not included in the repo. Are they helpers in your local dev environment? If yes, this very poor practice. Why not just include them in the repo?