how to resolve 'yarn package has unmet peer dependency'

前端 未结 1 1086
闹比i
闹比i 2021-02-18 21:58

I get a load of warnings when I run yarn upgrade or install because of unmet peerDependencies.

warning \" > apollo-link-http@1.5.9\         


        
相关标签:
1条回答
  • 2021-02-18 22:40

    Both warnings are about peer dependencies, which means that it's your application's responsibility to provide those packages as dependencies.

    In this case graphql and @babel/core are expected to be installed in your root app.

    0 讨论(0)
提交回复
热议问题