typed-vue
typed-vue copied to clipboard
`UNMET PEER DEPENDENCY` warnings
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.
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.
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.