Looks like a problem with the version of Cordova lib. In cordova-lib/cordova-lib/package.json, can you delete the dependency for Cordova-lib ? That should install your dependencies.
-----Original Message----- From: Raymond Camden [mailto:[email protected]] Sent: Saturday, June 28, 2014 11:59 AM To: [email protected] Subject: Re: Ripple as a platform Same thing. Used sudo to make the link: node-modules git:(master) sudo ln -s ../../cordova-lib cordova-lib Password: ➜ node-modules git:(master) ✗ ls cordova-lib And I get the same error: npm http GET https://registry.npmjs.org/optimist npm http GET https://registry.npmjs.org/cordova-lib npm http GET https://registry.npmjs.org/q npm http GET https://registry.npmjs.org/underscore npm http GET https://registry.npmjs.org/jasmine-node 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 npm ERR! at saved (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:148:7) npm ERR! at /usr/local/lib/node_modules/npm/node_modules/graceful-fs/polyfills.js:133:7 npm ERR! at Object.oncomplete (fs.js:107:15) npm ERR! If you need help, you may report this *entire* log, npm ERR! including the npm and node versions, at: npm ERR! <http://github.com/npm/npm/issues> npm ERR! System Darwin 13.2.0 npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" npm ERR! cwd /Users/ray/Desktop/trash/ripplecordova/cordova-cli npm ERR! node -v v0.10.28 npm ERR! npm -v 1.4.9 npm http 304 https://registry.npmjs.org/optimist npm http 304 https://registry.npmjs.org/q npm http 304 https://registry.npmjs.org/underscore npm http 304 https://registry.npmjs.org/jasmine-node npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /Users/ray/Desktop/trash/ripplecordova/cordova-cli/npm-debug.log npm ERR! not ok code 0 On Thu, Jun 26, 2014 at 2:28 PM, Sergey Grebnov (Akvelon) < [email protected]> wrote: > 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 > -- =========================================================================== Raymond Camden, Web Developer for Adobe Email : [email protected] Blog : www.raymondcamden.com Twitter: raymondcamden
