Here is code I copied from official document. I got the following error.
\documentclass[12pt,letterpaper]{article}
\usepackage[left=20mm,top=30mm,bottom=30mm,right=20mm]{geometry}
\usepackage[siunitx]{circuitikz} % circuit package and include electrical units in our labels
\begin{document}
\begin{center}
\begin{circuitikz} \draw
(0,0) node[mixer] (m) {}
(m.w) to[short,-o] ++(-1,0)
(m.s) to[short,-o] ++(0,-1)
(m.e) to[short,-o] ++(1,0)
(m.w) node[inputarrow] {}
(m.s) node[inputarrow,rotate=90] {};
\end{circuitikz}
\end{center}
\end{document}
[![enter image description here][1]][1]
The error is the following
! Package PGF Math Error: Unknown function `w' (in 'w').
circuitikzpackage? I have tried to find but no success. – kile Nov 28 '22 at 18:06west,north, etc. Or upgrade... https://tex.stackexchange.com/questions/524328/i-need-to-use-a-different-version-of-circuitikz-how-can-i-do-that – Rmano Nov 28 '22 at 18:24circuitikzwith their manual and style files are here: https://circuitikz.github.io/circuitikz – Rmano Nov 28 '22 at 18:25texdoc circuitikz– David Carlisle Nov 28 '22 at 18:29