react-slack-clone
react-slack-clone copied to clipboard
yarn failure: [email protected]: The engine "node" is incompatible with this module
My OS: MacBook Pro Node version: v10.11.0
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=4 <=9".
error Found incompatible module
The problem disappear after run yarn upgrade. Are you planning to upgrade yarn.lock in the near future?
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!