Closed rudvfaden closed 2 years ago
Thanks @rudvfaden - looking into it.
In the meantime, you can take the following steps (which is all the CLI does anyway):
git clone git@github.com:sasjs/angular-seed-app.git
cd angular-seed-app
git submodule update --init --recursive
rm -rf .git
git init .
npm install
npm run build
@rudvfaden - our suspicion (given the error message above) is that you do not have GIT installed. Can you confirm if this is the case?
We are now looking to refactor this command to remove the GIT dependency.
You are correct. Tried on a server with git installed. It worked.
GIT dependency removed
I get an error when running
sasjs create my-sas-project --template angular