Too many levels of symbolic links

I have to try lauch server on ubuntu 16 but a message reply me about themes directory:
too many levels of symbolic links
Could you hel me?

ERROR: 2017/05/13 Error copying static files of theme to /ERROR: 2017/05/13 stat /home/…i/hugo_web/themes/hugo-uno/static: too many levels of symbolic links2 of 2 drafts rendered0 future content2 pages created0 paginator pages created0 tags created0 categories createdin 20 msERROR: 2017/05/13 Walker: lstat /home/…/hugo_web/themes/hugo-uno: too many levels of symbolic linksWatching for changes in /home/…hugo_web/{data,content,layouts,static}ERROR: 2017/05/13 Walker: lstat /home/…/hugo_web/themes/hugo-uno: too many levels of symbolic linksServing pages from memoryWeb Server is available at http://your_server_ip:1313/ (bind address 0.0.0.0)Press Ctrl+C to stop

Thanks bep,
about themes directory how I can reduce symbolic links?
or I install only some themes?

I guess in this case you have a circular symbolic link inside /static, which is fine on Ubuntu, but gets problematic when watching. So, you will have to either remove that symbolic link or avoid using the Hugo watch (i.e. hugo server).

I cannot help any further without actually sitting with your PC. Which means I cannot help you any further.