@jtsimoes said in How do I get rid of this warning message on the console?:
Damn it, I knew about that command and I didn't remember to use it...
I totally know that feeling.
Hello,
I get these npm warning since a long time. Even on a new VPS installation. I use the latest master from git.
npm WARN [email protected] requires a peer of [email protected]^2.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of [email protected]^2.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of [email protected]^0.14.2 but none is installed. You must install peer dependencies yourself.
@0xA4B16 you can ignore those warnings, or you can install the packages they recommend by running npm i <package name>