gpt4 book ai didi

vue.js - Vue Native CLI 安装失败

转载 作者:搜寻专家 更新时间:2023-10-30 22:13:29 24 4
gpt4 key购买 nike

创建helloworld项目引用https://vue-native.io/docs/installation.html#Setup-with-Vue-Native-Cli

但是出现如下错误,我的第一个应用程序没有启动。

Unable to resolve "../../App" from "node_modules/expo/AppEntry.js"

我的环境

$ node -v
v9.9.0
$ npm -v
6.4.1

$ npm list --depth=0
empty-project-template@ /Users/kamo/repo/github.com/kamontia/vue-
native-app/helloworld
├── babel-preset-expo@5.0.0
├── expo@31.0.4
├── react@16.5.0
├── react-native@0.57.1
├── vue-native-core@0.0.8
├── vue-native-helper@0.0.9
└── vue-native-scripts@0.0.14

npm ERR! peer dep missing: react@16.0.0-alpha.6, required by react-
native-reanimated@1.0.0-alpha.10
npm ERR! peer dep missing: react-native@^0.44.1, required by react-
native-reanimated@1.0.0-alpha.10

在模拟器上,

Unable to resolve module ../../App from  
xxx/node_modules/expo/AppEntery.js: The ./../App could not be found
from ...
Indeed, none of these files exist:
* ... App(.native||.ios.js|...

我该怎么办?

我还尝试使用 React Native 创建项目,引用 https://vue-native.io/docs/installation.html#Setup-with-React-Native , 并成功启动应用程序。

最佳答案

遇到了同样的问题。以下对我有用

app.json中添加

"sourceExts": [ "js", "json", "ts", "tsx", "jsx", "vue"]
Inside
"packagerOpts"



"packagerOpts":
{ "sourceExts": [ "js", "json", "ts", "tsx", "jsx", "vue"],
"config": "metro.config.js" }

发件人:https://github.com/GeekyAnts/vue-native-core/issues/117

这对我有用

关于vue.js - Vue Native CLI 安装失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53230913/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com