I am trying to utilize "changes" package (on overleaf). However, when writing \usepackage{changes}, the compiler has the following error:
LaTeX Error: Command \comment already defined. /usr/local/texlive/2019/texmf-dist/tex/latex/changes/changes.sty
As I know the solution is using the package with the following option, for example:
\usepackage[commandnameprefix=always]{changes}
But, it does not solve the issue. Apparently, the problem comes from the style version of the package. Hence, I need to update the style file.
On the other hand, I cannot find the style file inside the corresponding zip file on the CTAN website to use it directly in my project. What is the solution to use the package in that case?