- Download and install node and npm
npm install -g yarn
git clone https://github.com/navid-kalaei/kartevonmorgen
cd kartevonmorgen
git checkout hotfix/v0.1.35
yarn install
yarn start
npm install -g yarn
git clone https://github.com/navid-kalaei/kartevonmorgen
cd kartevonmorgen
git checkout hotfix/v0.1.35
yarn install
yarn start
Any Idea, what I did wrong?
C:\Users\Helmut\kartevonmorgen>yarn start
yarn run v1.22.0
$ NODE_ENV=development webpack-dev-server --progress --host 0.0.0.0 --hot --https
Der Befehl "NODE_ENV" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
NODE_ENV is written wrongly oder not found...
@wellemut This is because of the environment variables that cannot be set on Windows. I edited the faulty script to be OS independent. Please remove the cloned repository and download it again.
Wow, quite simple
Just make sure, that you install git https://git-scm.com/download/win befor launching step 1.