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
The upgrade didn't work. Throws "The specified version of React Native 0.38.0 doesn't exist". Tried with and without version number.
Currently on 0.37.0.
@ncuillery thanks for the hint. Worked after upgrading npm cli (with some conflicts, which will look into). guess you can add it in documentation / readme, until #11348 PR is merged successfully. @n3tr
Activity
ncuillery commentedon Dec 7, 2016
@scazzy can you confirm that you use NPM 2 (run
npm --version
) ?If so, it's a duplicate of #11330
scazzy commentedon Dec 7, 2016
@ncuillery v3.7.5
scazzy commentedon Dec 8, 2016
@ncuillery thanks for the hint. Worked after upgrading
npm
cli (with some conflicts, which will look into). guess you can add it in documentation / readme, until #11348 PR is merged successfully.@n3tr
Fix react-native-git-upgrade by get package.json instead of selective…