執(zhí)行命令react-native init AwesomeProject
出現(xiàn)錯誤:
error babylon@7.0.0-beta.46: The engine "node" is incompatible with this module. Expected version ">=6.0.0".
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
解決辦法
升級一下 note
執(zhí)行
npm install -g n
n stable
然后重新執(zhí)行react-native init AwesomeProject