问题标签 [nativescript-cli]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - 如何将 AWS Mobile Hub 与 NativeScript 结合使用
我进行了很多搜索,但从未找到在 NativeScript 项目中集成和使用 AWS MobileHub 的方法。我对 NativeScript 很陌生,所以有人可以帮助我吗?
在官方文档中有一个用于 React Native 的 SDK,但 我无法在 Native Script 中使用它。
android - 警告:Android SDK 未安装或配置不正确
问题
在 Windows 子系统 Linux (WSL) 下运行tns doctor
或任何其他tns
命令结果:
android - NativeScript ./gradlew 失败,退出代码为 1
问题
在 Windows 子系统 Linux (WSL) 上,在tns run android
命令期间:
nativescript - Nativescript 6.4.2 iOS webpack 不监视更改
我有一个 NS 6.4.2 应用程序,我正在 iPhone 11 ProMax - 13.3 模拟器上进行测试,但如果我在物理设备上进行测试,也会出现同样的问题。
最近,当我使用 tns run ios 或 tns debug ios 运行应用程序时,webpack 停止监视文件更改。这很奇怪,因为有时确实如此,但在第一次刷新后就停止了。
这是我在控制台中看到的:
没有提及 webpack 编译或观看文件。
我已将所有插件更新为最新版本,并尝试清理项目并再次重建。似乎没有任何帮助。
这是我的 package.json:
关于如何解决这个问题的任何想法。目前,每次进行更改时,我都必须停止并重建。不是很有生产力。
谢谢。
nativescript - 创建 NativeScript Helloworld 项目失败
我正在尝试创建 NativeScript“HelloWorld”项目。> ns create hello-world --ng
抛出以下错误:
请求https://registry.npmjs.org/@nativescript/template-hello-world-ng/-/template-hello-world-ng-8.0.5.tgz失败,原因:无法验证第一个证书
虽然ns医生显示一切都很好。
我没有使用任何代理,使用 Win 10 操作系统和 VS Code 编辑器。
angular - 如何为 nativescript 应用程序运行组件生成命令
我尝试了 npm i -g @angular/cli, npm i -g @nativescript/schematics 包,但即使在面临问题之后运行 --> tns generate component shared/actionBar
加载 nativescript-angular-cli 时出错:在子命令之前应该需要默认命令错误:原理图输入不针对架构进行验证:{“inlineStyle”:false,“inlineTemplate”:false,“changeDetection”:“默认”, "style":"css","flat":false,"skipImport":true,"export":false,"entryComponent":false,"project":"App","name":"shared/actionBar", "spec":false,"displayBlock":false,"type":"Component","skipTests":false,"skipSelector":false} 错误:
数据路径“”不应该有额外的属性(entryComponent)。在 t.project (/home/user/.nvm/versions/node/v14.17.0/lib/node_modules/nativescript/node_modules/@nativescript/schematics-executor/dist/index.js:447:403) 在 t._next t.next (/home/ user/.nvm/versions/node/v14.17.0/lib/node_modules/nativescript/node_modules/@nativescript/schematics-executor/dist/index.js:16:1093) 在 t._next (/home/user/.nvm /versions/node/v14.17.0/lib/node_modules/nativescript/node_modules/@nativescript/schematics-executor/dist/index.js:24:35146) 在 t.next (/home/user/.nvm/versions/node /v14.17.0/lib/node_modules/nativescript/node_modules/@nativescript/schematics-executor/dist/index.js:16:1093) 在 t._next (/home/user/.
ios - Nativescript - 应用程序的 Info.plist 不包含 CFBundleVersion
描述错误
当我在 tns cli 或直接在 xcode 上构建和运行我的应用程序时,我遇到了错误:
App_Resources/IOS 中的 info.plist 似乎没问题:
如果值正确(是),我已经检查了 Xcode,清理模拟器,从 xcode 中删除缓存,尝试在删除所有内容后重新启动所有进程,删除 xcode 中的文件夹 Developer/DerivedData ...但始终是问题。
我尝试了很多在网上找到的命题,但都没有成功。
请问有人帮帮我吗?
重现
准备应用程序以在模拟器上运行:
tns 清洁 tns 准备 ios tns 运行 ios
预期行为
在 ios 模拟器上启动应用程序
nativescript - NativeScript:卸载 macOS + Android 开发环境
我犯了在我的 Mac 上安装 Android 开发环境的“错误”,并试图通过完全删除 NaticeScript-CLI、Node、OpenJDK 和 Brew 来撤消它,然后再重新安装 IOS 开发环境。但是,当我运行该ns doctor ios
命令时,我仍然会得到对似乎不正确的 Android 环境元素的引用。我错过了什么还是它是这样工作的?
webpack - 我需要使用 WebPack 4 迁移到 NativeScript
我尝试使用 nativescript-cli@8.1.4 迁移到最新的 NS 版本 @nativescript/core@8.1.5 并将我的 webpack.config.json 迁移到 WebPack 5 非常困难。
我尝试使用@nativescript/core@8.0.11 迁移到nativescript-cli@8.0.2(11-4-2021),这是WP 5 的新时代,但项目因WP-cli 失败:
我尝试使用以下命令创建一个 HelloWorld 项目:
- nativescript-cli@7.2.1 (11-3-2021)
- 节点 14.16.0 (23-2-2021)
- NPM 6.14.11
该项目生成一个 package.json :
当我运行项目失败时:
当我期望创建一个项目时:
- @nativescript/core@7.3.0" (27-2-2021)
- @nativescript/webpack@4