使用“ tns预览”或“ tns医生”时“无法解析processService”

时间:2019-07-11 23:22:29

标签: nativescript

下面是“ tns预览”输出。 “ tns医生”还具有“无法解决processService”消息。该消息似乎在每个“ tns ...”命令中。我有游乐场和预览应用程序,并且已经在Firefox上成功使用{N}。我有MacOS Mojave 10.14.4。已安装最新的XCode以及Python,Homebrew,Java和VMware(以防万一有任何已知的冲突)。

node --version。 v12.6.0

mpe $ tns预览

未验证对Node.js 12.6.0的支持。 NativeScript CLI可能无法正确安装或运行。

无法解析processService

tns预览

说明

产生QR码,可用于在设备上预览应用程序,而无需安装各种SDK和工具或为本地iOS或Android开发配置环境。

要扫描QR码并在设备上部署您的应用,您需要安装NativeScript Playground应用:

* App Store (iOS): https://itunes.apple.com/us/app/nativescript-playground/id1263543946?mt=8&ls=1
* Google Play (Android): https://play.google.com/store/apps/details?id=org.nativescript.play

使用NativeScript Playground应用程序中提供的扫描仪扫描QR码后,您的应用程序将通过“预览”应用程序在设备上启动。此外,对您的项目所做的任何更改都会自动与已部署的应用程序同步。

要在Angular项目中启用热模块更换(HMR),请按照以下Wiki中概述的步骤操作:https://github.com/NativeScript/nativescript-angular/wiki/HMR

命令

┌────────────────────────────── ────────────────────┐ │用法│简介│ │生成可被NativeScript PlayGround应用程序扫描的QR码│tns预览│ └────────────────────────────── ──────────────────┘

选项

* --bundle - (Beta) Specifies that the webpack bundler will be used to bundle the application. The support for webpack in preview is currently in Beta. Please, do not hesitate to report any problems that you experience with the feature by opening a new issue in the NativeScript CLI repository: https://github.com/NativeScript/nativescript-cli/issues/new/choose.
* --hmr - (Beta) Enables the hot module replacement (HMR) feature. HMR depends on webpack and adding the --hmr flag to the command will automatically enable the --bundle option as well. The HMR feature is currently in Beta. For more information about the current development state and any known issues, please check the relevant GitHub issue: https://github.com/NativeScript/NativeScript/issues/6398.

MpeMbp:ble2 mpe $

0 个答案:

没有答案