Nativescript-Vue 7 - 创建新项目后,我在 google chrome devtools 中看不到网络活动
Posted
技术标签:
【中文标题】Nativescript-Vue 7 - 创建新项目后,我在 google chrome devtools 中看不到网络活动【英文标题】:Nativescript-Vue 7 - After creating a new project i cannot see network activity in the google chrome devtools 【发布时间】:2021-04-28 08:26:24 【问题描述】:我使用这个命令vue init nativescript-vue/vue-cli-template <project name>
创建了项目
这是我用来调试ns debug ios/android
的命令
这曾经在以前的版本中开箱即用
经过研究,我发现这个domainDebugger.getNetwork()
返回未定义(不知道是不是原因,如果是如何解决)。
它位于这里:node_modules/@nativescript/core/http/http-request/index.ios.js
添加了当前包JSON
"dependencies":
"vuex": "^3.5.1",
"@vue/devtools": "^5.3.3",
"nativescript-socketio": "^3.3.1",
"nativescript-vue-devtools": "^1.4.0",
"nativescript-toasty": "^3.0.0-alpha.2",
"@nativescript/theme": "^2.3.3",
"nativescript-vue": "^2.8.1",
"@nativescript/core": "^7.0.3"
,
"devDependencies":
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@nativescript/ios": "7.0.6",
"@nativescript/webpack": "^3.0.4",
"babel-loader": "^8.1.0",
"nativescript-vue-template-compiler": "^2.8.1",
"nativescript-worker-loader": "~0.12.1",
"sass": "^1.26.10",
"vue-loader": "^15.9.3"
【问题讨论】:
【参考方案1】:此问题目前正在进行中,已部分修复 https://github.com/NativeScript/NativeScript/issues/8966 https://github.com/NativeScript/NativeScript/issues/9058
【讨论】:
【参考方案2】:您的问题可能与这个tweet有关。
必须更新依赖并清理。
npm i @nativescript/ios
npm i @nativescript/core
ns clean
【讨论】:
好的,我试了一下,它在android上运行,但网络仍然没有出现在ios上。以上是关于Nativescript-Vue 7 - 创建新项目后,我在 google chrome devtools 中看不到网络活动的主要内容,如果未能解决你的问题,请参考以下文章
Eclipse ADT:在创建每个新项目后创建项目名称“appcompat_v7”
如何使用 Nativescript-Vue 创建内容/帖子并同时在 Facebook、Twitter 和 LinkedIn 上发布?