I'm new at coding and trying to use Telescope
for a project.
In order to do this, I need Meteor
and React
but I'm stuck at launching Meteor
: it looks like my version of react-router is too new...
Here is what I did :
• I have installed Meteor
• I have installed the latest version of Meteor
using meteor update –patch
• I have cloned Telescope
• I have installed react-dom using meteor npm install-save react-dom
• I have installed react-router using meteor npm install –save react-router
• Since I had an issue, I added react to the meteor directory using meteor add reactrouter:react-router
, which returned me
this
BUT when I try to launch Meteor
, I have this error :
WARNING: npm peer requirements (for reactrouter:react-router-ssr) not installed: W20161125-19:23:36.790(1)? (STDERR) - react-router@3.0.0 installed, react-router@2.x needed
Complete picture of the terminal can be viewed here.
Am I doing something wrong? Am I missing something? How can I do to solve this issue?