美文网首页
error babylon@7.0.0-beta.46: The

error babylon@7.0.0-beta.46: The

作者: 大大大寒 | 来源:发表于2018-05-02 10:56 被阅读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

相关文章

网友评论

      本文标题:error babylon@7.0.0-beta.46: The

      本文链接:https://www.haomeiwen.com/subject/ipiqrftx.html