typed-vue icon indicating copy to clipboard operation
typed-vue copied to clipboard

`UNMET PEER DEPENDENCY` warnings

Open green-coder opened this issue 8 years ago • 2 comments

During the initial npm install, there are some warnings :

  • UNMET PEER DEPENDENCY [email protected]
  • UNMET PEER DEPENDENCY webpack@1 || ^2.1.0-beta || ^2.2.0-rc.0
npm WARN [email protected] requires a peer of webpack@^2.2.0 but none was installed.
npm WARN [email protected] requires a peer of webpack@1 || ^2 || ^2.1.0-beta || ^2.2.0-rc but none was installed.
npm WARN [email protected] requires a peer of webpack@1 || ^2.1.0-beta || ^2.2.0-rc.0 but none was installed.
npm WARN [email protected] requires a peer of webpack@^2.2.0 but none was installed.

green-coder avatar Jun 21 '17 02:06 green-coder

I'm getting this as well. As someone who isn't hugely familiar with the node ecosystem, I'm not sure how concerned I should be about this.

coder543 avatar Jun 21 '17 20:06 coder543

Hello guys. I'm really sorry, but I somehow missed this issue.

What version of node and npm are you using? I just updated package.json file and removed package-lock.json file, which shouldn't be a part of vue-cli template project anyway. I know this is awful late, but if you still get this unmet peer dependency, please let me know.

zigomir avatar Aug 06 '17 02:08 zigomir