我正在尝试使用以前开发的现有Web应用程序来创建移动应用程序。
为此,我使用NativeScript是因为它可以与现有的使用代码共享结构的Angular项目一起使用。
按照他们网站上的文档进行操作: https://docs.nativescript.org/angular/code-sharing/migrating-a-web-project
我将Web项目转换为代码共享结构:
ng add @nativescript/schematics
但是控制台出现错误:
trustedSubscriber._addParentTeardownLogic is not a function
然后当我要在手机上运行它时
tns run android --bundle
或
tns run ios --bundle
我遇到一个错误(似乎没有将其检测为NativeScript项目):
No project found at or above '/Path/to/my/project' and neither was a --path specified.