As per title, progressing with the installation I noticed that ctags is not available and the current installation scripts do not took this into account.
ctags -R --exclude=.git --exclude=node_modules --exclude=dist --exclude=env .
make: ctags: Command not found
Makefile:83: recipe for target 'generate-tags' failed
make: *** [generate-tags] Error 127
As per title, progressing with the installation I noticed that ctags is not available and the current installation scripts do not took this into account.