You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: