I want to use the Fourier package for my personal LaTeX class but when MiKTeX wants to install it, it did not succeed... When compiling my minimal document, MiKTeX echoes me an error message (strangely only in the log file):
!pdfTeX error: pdflatex (file futr8r): Font futr8r at 604 not found
==> Fatal error occurred, no output PDF file produced!
How can I solve this problem?
--
My example:
\documentclass[a4paper,11pt]{article}
\author{Nicolas T}
\date{\today}
\title{CMWE}
\usepackage{lmodern}
\usepackage{fourier}
\begin{document}
\maketitle
This is a test.
\end{document}
An other warning message:

Thanks for help!
updmap --adminshould do the trick. – Bernard Jan 02 '18 at 12:51