-
Notifications
You must be signed in to change notification settings - Fork 47.4k
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
No compatible version found: esprima #965
Comments
What version of node and npm are you on? |
λ node --version |
Interesting... that branch definitely exists in substack's repo. Not much for us to do at this point except switch to using envify.next (already doing that in trunk). |
Is there any workaround at the moment? |
Work around is to publish a new React package with an update to envify. (or modify your installed react package to use a different version). |
The chance of an official 0.8.1 version or similar that does this is... greater than zero? :) |
nm - this has started working for me at least, the upstream version issue with esprima must have changed |
@MattKunze which version do you use? |
@zpao I cannot modify my installed react package, as I cannot install react at all. |
For info: the version 0.9.0-rc1 fixes this problem. |
Yeah, that's working for me as well (sorry I didn't get back about your initial question, I was traveling over the weekend). I think the issue for us had to do with having envify as a dependency as well, since it also depends on esprima. |
Works for 0.9.0-rc1, but invalid version error for 0.9.0 node --version npm -v npm install react@0.9.0
Same error for reactify |
I guess |
Closing this out as every instance of this that I've seen has been fixed by upgrading npm. |
Commenting in this issue because it was the first result on Google when I had the exact problem just now, even with the latest version of npm. My particular issue was that I didn't have git installed. I installed git, restarted cmd and "npm install" now works correctly. Thanks to terinjokes in #reactjs |
npm i react -S
yields the following, in an empty repository.The text was updated successfully, but these errors were encountered: