derbyjs / derby-examples

Example applications for the Derby framework
http://derbyjs.com/
283 stars 74 forks source link

Failed to build #58

Closed daslicht closed 9 years ago

daslicht commented 9 years ago

When I run npm install after cloning teh repo I get :

daslicht:derby-examples daslicht$ npm install
npm WARN package.json derby-examples@0.6.0 No license field.
npm ERR! Darwin 15.0.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v4.2.1
npm ERR! npm  v2.14.7
npm ERR! code ETARGET

npm ERR! notarget No compatible version found: derby@'>=0.6.0 <0.7.0'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["0.0.1","0.0.2","0.0.3","0.0.4","0.0.5","0.0.6","0.0.7","0.0.8","0.0.9","0.0.10","0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.7","0.1.8","0.1.9","0.1.10","0.3.0","0.3.1","0.3.2","0.3.3","0.3.4","0.3.5","0.3.6","0.3.7","0.3.8","0.3.9","0.3.10","0.3.11","0.3.12","0.3.13","0.3.14","0.3.15","0.3.16","0.3.17","0.3.18","0.3.19","0.5.0","0.5.1","0.5.2","0.5.3","0.5.4","0.5.5","0.5.6","0.5.7","0.5.0-alpha","0.5.0-alpha1","0.5.0-alpha2","0.5.0-alpha3","0.5.9","0.5.10","0.5.11","0.5.12","0.5.16","0.6.0-alpha2","0.6.0-alpha3","0.6.0-alpha4","0.6.0-alpha5","0.6.0-alpha6","0.6.0-alpha7","0.6.0-alpha8","0.6.0-alpha9","0.6.0-alpha10","0.6.0-alpha11","0.6.0-alpha12","0.6.0-alpha13","0.6.0-alpha14","0.6.0-alpha15","0.6.0-alpha16","0.6.0-alpha17","0.6.0-alpha18","0.6.0-alpha19","0.6.0-alpha20","0.6.0-alpha21","0.6.0-alpha22","0.6.0-alpha23","0.6.0-alpha24","0.6.0-alpha25","0.6.0-alpha26","0.6.0-alpha27","0.6.0-alpha28","0.6.0-alpha29","0.6.0-alpha30","0.6.0-alpha31","0.6.0-alpha32","0.6.0-alpha34","0.6.0-alpha35","0.6.0-alpha37","0.6.0-alpha38","0.6.0-alpha39","0.6.0-alpha40","0.6.0-alpha41","0.6.0-alpha42","0.6.0-alpha43","0.6.0-alpha45","0.6.0-alpha46","0.6.0-alpha47","0.6.0-alpha48","0.6.0-alpha49","0.6.0-alpha50","0.6.0-alpha51","0.6.0-alpha52","0.6.0-alpha53","0.6.0-alpha54","0.6.0-alpha55","0.6.0-alpha56","0.6.0-alpha57","0.6.0-alpha58","0.6.0-alpha59","0.6.0-alpha60","0.6.0-alpha61","0.6.0-alpha62"]
npm ERR! notarget 
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget 
npm ERR! notarget It was specified as a dependency of 'derby-examples'
npm ERR! notarget 

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/daslicht/DEV/node/derby/derby-examples/npm-debug.log

???

ishbu commented 9 years ago

What is your npm version? I just pushed a change to tie directly to the latest alpha version of derby to resolve this.

ishbu commented 9 years ago

Ok think this issue is now resolved. Needed to tie back to older version of derby starter, which was accidentally published with newer version of share which is not ready yet.