Skip to content

Instantly share code, notes, and snippets.

@navid-kalaei
Last active February 11, 2020 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save navid-kalaei/cf09ec8a6e5115569d2217ba969841ae to your computer and use it in GitHub Desktop.
Save navid-kalaei/cf09ec8a6e5115569d2217ba969841ae to your computer and use it in GitHub Desktop.

In case dependencies are not install:

After installing dependencies

  1. git clone https://github.com/navid-kalaei/kartevonmorgen
  2. cd kartevonmorgen
  3. git checkout hotfix/v0.1.35
  4. yarn install
  5. yarn start
@wellemut
Copy link

Wow, quite simple
Just make sure, that you install git https://git-scm.com/download/win befor launching step 1.

@wellemut
Copy link

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.

@wellemut
Copy link

NODE_ENV is written wrongly oder not found...

@navid-kalaei
Copy link
Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment