We sometimes need to add node, yarn and some other binaries to the PATH.
Of course, it is possible to do it with the PATH environment variable.
But to have it just inside Emacs:
(add-to-list 'exec-path "/home/mihamina/.config/yarn/global/node_modules/.bin")