mordrax / cotwmtor

Castle of the Winds remake in Meteor using React / Redux.
http://game.castleofthewinds.com
MIT License
16 stars 2 forks source link

npm WARN deprecated redux-simple-router@2.0.4 #1

Open lc3t35 opened 8 years ago

lc3t35 commented 8 years ago

FYI during npm i I got some warnings :

npm WARN deprecated redux-simple-router@2.0.4: WARNING: This package has been renamed to react-router-redux. See https://github.com/rackt/react-router-redux/issues/80

Other warnings are related to node version, should be >=0.12.0 , maybe you can specify it in the README prerequisites for NodeJS.

And last one is :

npm WARN karma-requirejs@0.2.6 requires a peer of requirejs@^2.1.0 but none was installed
mordrax commented 8 years ago

Cool, I didn't expect anyone to actually try it out!

Are you able to run meteor to get it running on a local server despite the warnings?

I do plan to sort the install out at some stage, currently working on the shop screen and testing.