This should be fixed in [email protected]
npm Warnings since a long time
-
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>