Reputation: 4428
What does the warning message mean? What am I supposed to do? (There is a long list of warnings that looks similar to this.)
test>npm install @material/mwc-textarea
npm WARN @rollup/[email protected] requires a peer of rollup@^2.38.3 but none is installed. You must install peer dependencies yourself
EDIT: Some clarifications as suggested by @Konstantin Lyakh. I understand "peer dependencies" as described here. And the version info as described here.
But I do not understand how this fits together. I have the latest version of rollup installed (v2.67.2). As I understand it this should work with the requirement rollup@^2.38.3
but the WARNING suggest it does not. (And the mwc-textarea
does not work as far as I can see.)
Upvotes: 0
Views: 730