We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, awesomest demo! Respect from France.
npm install is currently not working. It halts as react-touch wants react ~0.9 as peerDependency.
react-touch
react ~0.9
Using react-touch from git://github.com/nicholasstephan/react-touch-lib and latest react version fixed it for me.
git://github.com/nicholasstephan/react-touch-lib
The text was updated successfully, but these errors were encountered:
@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?
Sorry, something went wrong.
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",
@gabssnake THX, now it works!
No branches or pull requests
Hi, awesomest demo! Respect from France.
npm install
is currently not working. It halts asreact-touch
wantsreact ~0.9
as peerDependency.Using
react-touch
fromgit://github.com/nicholasstephan/react-touch-lib
and latest react version fixed it for me.The text was updated successfully, but these errors were encountered: