React native not working in npm 5.3.0 -
i new react native. installed by:
npm install -g create-react-native-app
when tried
create-react-native-app myproject
it shows npm 5 not supported yet , need downgrade npm. if downgrade npm, affect other projects? there other way without downgrade npm?
you can download , use yarn instead of npm. if change npm version have use other projects too. there tools out there t let use different versions of npm think can't suggest because never used them before.
i suggest use yarn.
Comments
Post a Comment