Raymond, Pls double check the following step is completed w/o any errors and symbolic link to cordova-lib/cordova-lib folder is created. * must be run under administrator * paths are correct * after that you should see cordova-cli/node_modules/cordova-lib folder created
d. Link your cordova-lib repo to cordova-cli node-modules: cd cordova-cli\node_modules mklink /d cordova-lib d:\cordova\cordova-lib\cordova-lib -Sergey -----Original Message----- From: Raymond Camden [mailto:[email protected]] Sent: Thursday, June 26, 2014 10:44 PM To: [email protected] Subject: Re: Ripple as a platform Ok, failed on npm install in cordova-cli: npm http GET https://registry.npmjs.org/jasmine-node npm http GET https://registry.npmjs.org/cordova-lib npm http GET https://registry.npmjs.org/underscore npm http GET https://registry.npmjs.org/optimist npm http GET https://registry.npmjs.org/q npm http 304 https://registry.npmjs.org/cordova-lib npm ERR! Error: version not found: [email protected] npm ERR! at /usr/local/lib/node_modules/npm/lib/cache.js:846:12 On Thu, Jun 26, 2014 at 1:55 AM, Vladimir Kotikov (Akvelon) < [email protected]> wrote: > Hey Raymond. You should create it manually if it doesn't exists. > > --------------- > Best regards, Vladimir > -----Original Message----- > From: Raymond Camden [mailto:[email protected]] > Sent: Thursday, 26 June, 2014 0:59 > To: [email protected] > Subject: Re: Ripple as a platform > > On this step: > > d. Link your cordova-lib repo to cordova-cli node-modules: > > cd cordova-cli\node_modules > > There is no cordova-cli\node_modules. > > > > On Wed, Jun 25, 2014 at 9:23 AM, Sergey Grebnov (Akvelon) < > [email protected]> wrote: > > > Hi, > > > > I found out that we've introduced special branch under > > msopentech/cordova-lib repo to cover this work so 'Get cordova-lib' > > step > > (1c) must be updated to swtich to the new branch: > > > > 1c. Get cordova-lib > > > > git clone https://github.com/msopentech/cordova-lib > > cd cordova-lib > > git checkout platform-ripple > > > > Thx! > > Sergey > > -----Original Message----- > > From: Raymond Camden [mailto:[email protected]] > > Sent: Wednesday, June 25, 2014 6:09 PM > > To: [email protected] > > Subject: Re: Ripple as a platform > > > > Ok, helps if I read a bit closer. ;) Will take it for a spin today. > > > > > > On Tue, Jun 24, 2014 at 7:49 PM, Parashuram Narasimhan (MS OPEN > > TECH) < [email protected]> wrote: > > > > > This installs the Cordova CLI locally only. You can always remove > > > this from the local folder where this was installed. > > > > > > -----Original Message----- > > > From: Raymond Camden [mailto:[email protected]] > > > Sent: Tuesday, June 24, 2014 1:30 PM > > > To: [email protected] > > > Subject: Re: Ripple as a platform > > > > > > Am I right in thinking this would blow away an existing install of > > > the main cordova CLI with your mod? > > > > > > > > > On Tue, Jun 24, 2014 at 3:27 PM, Parashuram Narasimhan (MS OPEN > > > TECH) < [email protected]> wrote: > > > > > > > Hey, > > > > > > > > I wanted to introduce you to a prototype that we have been > > > > working on, in making Ripple more extensible. This prototype > > > > positions Ripple as a Cordova platform, very similar to iOS, > > > > Android or Windows > > phone. > > > > > > > > Ripple currently supports some core built-in plugins. The idea > > > > of making it a platform is for any plugin (including core > > > > plugins and third party > > > > plugins) simulate the information when user code calls the plugin. > > > > The plug in would just have to add the "Ripple" platform, and > > > > have a javascript file that emits the required mock or real data. > > > > > > > > This is also very similar to the cordova-browser where browser > > > > becomes a cordova platform. For next steps, we are looking at > > > > how we could try to layer Ripple on top of Cordova browser since > > > > the underlying platforms for both systems are similar. > > > > > > > > P.S: We would also need an API for plugins to display widgets > > > > that let users manipulate the data a plugin returns. This > > > > prototype does not address that issue, but is aware of it, and > > > > we are looking at community help to fix the problem > > > > > > > > > > > > Here is the project and the instructions on how to run it. > > > > > > > > > > > > You can test it with following commands: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > ================================================================== > > > == == ===== Raymond Camden, Web Developer for Adobe > > > > > > Email : [email protected] > > > Blog : www.raymondcamden.com > > > Twitter: raymondcamden > > > > > > > > > > > -- > > ==================================================================== > > == ===== Raymond Camden, Web Developer for Adobe > > > > Email : [email protected] > > Blog : www.raymondcamden.com > > Twitter: raymondcamden > > > > > > -- > ====================================================================== > ===== Raymond Camden, Web Developer for Adobe > > Email : [email protected] > Blog : www.raymondcamden.com > Twitter: raymondcamden > -- =========================================================================== Raymond Camden, Web Developer for Adobe Email : [email protected] Blog : www.raymondcamden.com Twitter: raymondcamden
