React 0.14 breaks the app
Open
- Dominant language
- JavaScript
- Stars
- 138
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Current package.json configuration triggers latest packages installation, which breaks the app on `npm install` stage already.
```
npm ERR! peerinvalid The package react@0.14.0-rc1 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer newforms@0.12.1 wants react@>=0.13.0
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with package.json and reproduce the failure with npm install. Trace the React and newforms peer-dependency requirements shown in the error, then verify that installation completes without the peerinvalid error and the app no longer breaks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100