From 4248748b6d2281ae51a3ccc72e3103bca6675386 Mon Sep 17 00:00:00 2001 From: Endy Tjahjono Date: Mon, 16 Jan 2017 11:24:16 +0700 Subject: [PATCH] error when running au new When running `au new` I got an error during 'installing project dependencies' during git clone requirejs. I tried updating npm, updating node, clearing cache, reinstalling aurelia CLI, but still got the same error. When I tried updating git, I got the option to make git available on bash only or make it available on command prompt too. I suspected this was the cause and made git available on command prompt. After that I didn't get the same error when running au new. --- doc/article/en-US/contact-manager-tutorial.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/article/en-US/contact-manager-tutorial.md b/doc/article/en-US/contact-manager-tutorial.md index d1151186..937e8809 100644 --- a/doc/article/en-US/contact-manager-tutorial.md +++ b/doc/article/en-US/contact-manager-tutorial.md @@ -23,6 +23,9 @@ For this tutorial, we're going to use the Aurelia CLI. If you've already setup y * Here's [a nice GUI client](https://desktop.github.com). * Here's [a standard client](https://git-scm.com). +> Warning +> Note on Git for Windows installation: When installing Git for Windows, there is an option to `use git bash only`, `run git from windows command prompt`, or `run git and included unix tools from windows command prompt`. You have to choose `run git from windows command prompt` or `run git and included unix tools from windows command prompt` in order for Aurelia CLI to work. + Once you have the prerequisites installed, you can install the Aurelia CLI itself. From the command line, use npm to install the CLI globally: ```