SyntaxError:严格模式...初始化项目后

时间:2016-12-09 10:37:17

标签: react-native

我正在评估我的开发目的。刚才,尝试初始化一个项目(直到昨天才完美运行)发生以下错误

SyntaxError: Strict mode does not allow function declarations in a lexically nested statement. (http://10.0.2.2:8081/index.android.bundle?platform=android&dev=true&hot=false&minify=false:24821)

react-native init SomeProject

2 个答案:

答案 0 :(得分:1)

在此处查看我的回答SyntaxError: Strict mode does not allow function declarations in a lexically nested statement on a newly created app

有一个简单的解决方法,我认为它很快就会在react-native

中修复

答案 1 :(得分:0)

我遇到了同样的错误,之前它运行正常。似乎报告herehere的React Native 0.39.0存在问题。

要解决此问题,请尝试通过在项目文件夹中运行npm uninstall react-native然后npm install react-native@0.38.0将React Native版本恢复为“0.38.0”。