Hello,
When I am trying to create a basic web app into themypath
directory.
ares-generate -t basic ‘path’
Then it is throwing error:
ares-generate ERR! [Tips]: Invalid value : basic
in ares-generate --list command, I am not able to get the basic template.
So I tried with below webapp command,
ares-generate -t webapp ‘path’
the files are getting generated, but it is creating only three files
appinfo.json
icon.png
index.html
Does anyone know if I am missing any installation/command in my machine.