Upgrade easyrtc to V1.0.11

60 views
Skip to first unread message

Akash Islam

unread,
May 22, 2014, 12:31:59 AM5/22/14
to eas...@googlegroups.com
Hello easyrtc team, I am currently using easyrtc V1.0.10 . Today I see that you release new version of easyrtc V1.0.11 with some new helper function. I want to upgrade my current easyrtc to V1.0.11 . But there is a problem : I add( not modify or delete any easyrtc code in V1.0.10, I just add some helper method in client and server side ) some easyrtc helper function in couples file for my application. Could you please help me to upgrade easyrtc V1.0.10 to V1.0.11

Thanks

Rod Apeldoorn

unread,
May 22, 2014, 12:06:00 PM5/22/14
to eas...@googlegroups.com
For most users, upgrading EasyRTC involves running the following command from their application root.

npm update easyrtc

For some applications and releases, the package.json file in the application root may need to be modified to include the new version in the dependencies section. The following block will allow upgrades to the latest EasyRTC release in the v1.0 range.

  "dependencies" : {
    "socket.io" : "0.9.x",
    "easyrtc"   : "1.0.x",
    "express"   : "3.7.x"
  },

For beta testers only:
For people who wish to upgrade to the latest release in the EasyRTC beta branch and they have Git installed, they can refer directly to our Github repository in the package.json.

  "dependencies" : {
    "socket.io" : "0.9.x",
    "express"   : "3.7.x"
  },

For people working on a local fork:
There is a lot of help out on the net for syncing a fork from a github parent. This isn't an area we can actively assist with on the forum. We have tried our best to make the EasyRTC module extensible, so if you do have a requirement needing the code to be changed please keep us informed.

Rod Apeldoorn,
EasyRTC Server Lead,
Reply all
Reply to author
Forward
0 new messages