martyjs / marty

A Javascript library for state management in React applications
http://martyjs.org
MIT License
1.09k stars 77 forks source link

0.10.0-beta cannot be installed by npm #306

Closed timnew closed 9 years ago

timnew commented 9 years ago
npm WARN peerDependencies The peer dependency react@0.13.x included from marty will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm ERR! Darwin 14.1.0
npm ERR! argv "node" "/usr/local/bin/npm" "install" "marty"
npm ERR! node v0.12.2
npm ERR! npm  v2.7.5
npm ERR! code ETARGET

npm ERR! notarget No compatible version found: marty-lib@'>=0.10.0 <0.11.0'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["0.10.0-beta"]
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 'marty'
npm ERR! notarget
Nicolab commented 9 years ago

Same here. On Ubuntu 15.04 / Node v12. Because the NPM package is 0.10.0-beta.

You can install Marty by adding "marty": "^0.9.0" in your dependencies of the package.json file.

timnew commented 9 years ago

Yep, I enforce npm to install 0.9.12 which is the previous version before 0.10.0-beta

npm install marty@0.9.12 --save
jhollingworth commented 9 years ago

There shouldn't be any issues with installing marty v0.10 any more. If you see any more please re-open this issue