You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is fixed by #6688 which will go out with whatever release we do next. Sorry about that.
Other oddity is that package.json is explicitly requiring 15.0.1 of react!
I think we're using caret ranges in there so you'll get the latest one. We always update for the major releases but might miss updating that file in the other releases.
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Running npm install and then npm start in the examples/basic-commonjs directory of react-15.0.2 as found on https://facebook.github.io/react/downloads.html results in the following error:
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar (template: https://jsfiddle.net/reactjs/69z2wepo/).
What is the expected behavior?
The example works
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
React 15.0.2. NPM 2.15.1. Node 4.4.4. OS/X 10.11.4
Unknown if it worked previously.
The text was updated successfully, but these errors were encountered: