forked from facebook/react-native-website
-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
INITIALIZING 卡在 0% #904
Comments
改了什么 |
我现在把项目重新glone了一遍,然后npm i 下载了依赖后运行,还是卡在了0%。 |
应该有个调试参数 --info 还是 --debug来着 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请按以下格式提供问题的相关信息。
问题的具体描述
一开始 yarn react-native run-android 后 Build Successsful
后来改了下package.json , 运行 npm i 后, 再运行 yarn react-native run-android , 结果就卡在这里不动了
请描述完整的环境/版本信息
package.json
{
"name": "frontend",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"react": "18.3.1",
"react-native": "0.75.4",
"react-native-safe-area-context": "^4.11.1",
"react-native-screens": "3.29.0",
"react-native-vector-icons": "^10.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.75.4",
"@react-native/eslint-config": "0.75.4",
"@react-native/metro-config": "0.75.4",
"@react-native/typescript-config": "0.75.4",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "18.3.1",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
}
}
。
预期结果
The text was updated successfully, but these errors were encountered: