Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm install => [email protected] wants react@~0.9 #4

Open
gabssnake opened this issue Feb 16, 2015 · 3 comments
Open

npm install => [email protected] wants react@~0.9 #4

gabssnake opened this issue Feb 16, 2015 · 3 comments

Comments

@gabssnake
Copy link

Hi, awesomest demo! Respect from France.

npm install is currently not working. It halts as react-touch wants react ~0.9 as peerDependency.

Using react-touch from git://github.com/nicholasstephan/react-touch-lib and latest react version fixed it for me.

@gabssnake gabssnake changed the title npm install => Peer [email protected] wants react@~0.9 npm install => [email protected] wants react@~0.9 Feb 16, 2015
@michael-riha
Copy link

@gabssnake i do have the same Issue here.
I haven't find a way to solve it.
How does your package.json looks like now?

@gabssnake
Copy link
Author

Basically, replace these lines :

"react-touch" : "~0.0.1",
"react" : "http://petehunt.net/react/react-0.5.1.tar.gz",
"jsx-loader" : "petehunt/jsx-loader",

With these :

"react-touch" : "git://github.com/nicholasstephan/react-touch-lib",
"react" : "^0.10.0",
"jsx-loader" : "^0.10.2",

@michael-riha
Copy link

@gabssnake THX, now it works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants