error babylon@7.0.0-beta.46: The

2018-05-02  本文已影响70人  大大大寒

执行命令react-native init AwesomeProject
出现错误:
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

执行
npm install -g n
n stable

然后重新执行react-native init AwesomeProject

上一篇 下一篇

猜你喜欢

热点阅读