Given that $u+w+v = 0$, I was able to prove that $u \times v = v \times w = w \times u$ by using the anti-commutative property.
But I'm struggling a lot with how to approach to prove the converse. Given $u,v,w$ are pairwise non-parallel vectors in $\mathbb{R}^{3}$.
It isn't true. Try $u = v = w \ne 0$.
EDIT: If you add the extra condition that the vectors are pairwise non-collinear, it is true.
Note that $a \times b = 0$ if and only if $a$ and $b$ are collinear.
The condition $u \times v = v \times w$ is equivalent to $(u + w) \times v = 0$, which means $u - w$ and $v$ are collinear. Note that $v \ne 0$ (because any vector and $0$ are collinear), so this implies $u + w = s v$ for some scalar $s$. Similarly, $v \times w = w \times u$ implies $u + v = t w$ for some scalar $t$. Then $u + v + w = (t+1) w = (s+1) v$. The only way this doesn't say $w$ and $v$ are collinear is if $t+1$ or $s+1$ is $0$, and then $u + v + w = 0$.