Google chrome devtools Nativescript Vue 7-创建新项目后,我无法在google chrome开发工具中看到网络活动

Google chrome devtools Nativescript Vue 7-创建新项目后,我无法在google chrome开发工具中看到网络活动,google-chrome-devtools,nativescript,nativescript-vue,Google Chrome Devtools,Nativescript,Nativescript Vue,我使用以下命令创建了项目vue init nativescript vue/vue cli模板 这是我用来调试ns debug ios/android的命令 这在以前的开箱即用版本中使用 经过研究,我发现这个domainDebugger.getNetwork()返回undefined(不知道这是否是原因,如果是,如何修复) 它位于这里:node\u modules/@nativescript/core/http/http/request/index.ios.js 添加了当前的JSON包 “依赖

我使用以下命令创建了项目
vue init nativescript vue/vue cli模板

这是我用来调试
ns debug ios/android的命令

这在以前的开箱即用版本中使用

经过研究,我发现这个
domainDebugger.getNetwork()
返回undefined(不知道这是否是原因,如果是,如何修复)

它位于这里:
node\u modules/@nativescript/core/http/http/request/index.ios.js

添加了当前的JSON包

“依赖项”:{
“vuex”:“^3.5.1”,
“@vue/devtools”:“^5.3.3”,
“nativescript socketio”:“^3.3.1”,
“nativescript vue开发工具”:“^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”
},
“依赖性”:{
“@babel/core”:“^7.11.6”,
“@babel/preset env”:“^7.11.5”,
“@nativescript/ios”:“7.0.6”,
“@nativescript/webpack”:“^3.0.4”,
“巴别塔加载器”:“^8.1.0”,
“nativescript vue模板编译器”:“^2.8.1”,
“nativescript工作加载程序”:“~0.12.1”,
“sass”:“^1.26.10”,
“vue加载程序”:“^15.9.3”

}
您的问题可能与此有关

必须更新依赖项并清除

npm i @nativescript/ios
npm i @nativescript/core 
ns clean

此问题目前正在处理中,已部分修复

好的,我试过了,它在安卓系统上运行,但ios系统上仍然没有网络。