I have installed and deleted the package several times with Miktek. I am writing in TexMaker editor for Windows. Also it does not work for WinEdt. The code is.
\documentclass[article]
\usepackage{expl3}
\begin{document}
111
\end{document}
The complete error reads
! Missing = inserted for \ifnum.
to be read again
l.283 }
I was expecting to see `<', `=', or `>'. Didn't.
)
! Missing = inserted for \ifnum.
to be read again
Thanks in advance
expl3is new, but your version of the LaTeX kernel is old. See also https://tex.stackexchange.com/q/422176/35864. Run an update in both admin and user mode at least twice. See https://tex.stackexchange.com/q/55437/35864 and https://tex.stackexchange.com/q/108447/35864. – moewe Jan 21 '19 at 06:56\documentclass[article]is wrong, please use\documentclass{article}– Jan 21 '19 at 08:24