I'm trying to clone an aurelia project in a git archive to a new Win10 laptop. I have downloaded the git source code archive and installed node, npm and Aurelia-cli on the new laptop. When I run au run
in the project root, the au-cli does not see the aurelia_project folder. Instead, it prompts me to create a new project.
How do I tell Aurelia-cli to reuse the existing aurelia project?