taquito-react-template icon indicating copy to clipboard operation
taquito-react-template copied to clipboard

HTTPS=true "command either wrong or can't be found"

Open toh82 opened this issue 4 years ago • 3 comments

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.

toh82 avatar Nov 30 '21 10:11 toh82

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 avatar Nov 30 '21 10:11 claudebarde

@claudebarde I had the same error, had to remove HTTPS=true to run the app

BanzaiTokyo avatar Feb 09 '22 21:02 BanzaiTokyo

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?

shiva avatar Feb 24 '22 03:02 shiva