RocketChat / Rocket.Chat.Cordova

Rocket.Chat Cross-Platform Mobile Application via Cordova (DEPRECATED)
MIT License
104 stars 109 forks source link

Update README.md #71

Closed geekgonecrazy closed 8 years ago

geekgonecrazy commented 8 years ago

Ref #69

@valessiobrito / @mrplow

Can you guys give this a once over and verify this is what you had to do to get this to work?

mrplow commented 8 years ago

I believe it should be sudo npm install cordova coffee-script -g +npm install ticons underscore

it wouldn't work when I installed ticons globally

geekgonecrazy commented 8 years ago

@mrplow if you check the package.json ticons and underscore are already included. So doing npm install would install those.

mrplow commented 8 years ago

You would think so, but thats not what I've found on my end. Ubuntu 15.10 x64 oracle java 8

geekgonecrazy commented 8 years ago

@mrplow added a troubleshooting section with those steps.