Khoi Tran

Results 2 issues of Khoi Tran

The warning when install backbone-react-component `[email protected] └── UNMET PEER DEPENDENCY [email protected]` `npm WARN EPEERINVALID [email protected] requires a peer of react@^0.14.0 but none was installed.`

I have a warning in our project `npm WARN engine [email protected]: wanted: {"node":"0.10.x"} (current: {"node":"4.7.2","npm":"2.15.11"}) ` I see this code in package.json of ReactScriptLoader ` "engines": { "node": ">=0.10.x" },...