lvarayut/relay-fullstack

warning "webpack-dev-server@2.5.0" has incorrect peer dependency "webpack@^2.2.0".

webmobiles opened this issue · 2 comments

Actual Behavior

when i execute 'yarn install'

I get:
warning "webpack-dev-server@2.5.0" has incorrect peer dependency "webpack@^2.2.0".

i'm using node v8.1.2

Could you try pinning the version to 2.2.0 (by removing the ^ in the line for the webpack dependency).

I'll try to look into what's causing this issue.

Feel free to comment and reopen if this is still an issue.