lukejacksonn / react-slack-clone

Complete chat application, built with Chatkit | by @lukejacksonn
https://pusher.com/chatkit
MIT License
1.35k stars 260 forks source link

yarn failure: upath@1.0.2: The engine "node" is incompatible with this module #69

Open leslie-qiwa opened 6 years ago

leslie-qiwa commented 6 years ago

My OS: MacBook Pro Node version: v10.11.0

error upath@1.0.2: The engine "node" is incompatible with this module. Expected version ">=4 <=9".
error Found incompatible module
leslie-qiwa commented 6 years ago

The problem disappear after run yarn upgrade. Are you planning to upgrade yarn.lock in the near future?

lukejacksonn commented 6 years ago

I am not sure where the upath dependency is coming from or why it demands >=4 <=9 perhaps you could look into that and establish what needs to be bumped and why in order to prevent this error on node v10.11.0.

Note: This uses react-scripts@next but since CRA V2 has just been released perhaps that could be used and would prove more stable. Feels free to test that assumption and make a PR!