我正在尝试通过Angular 2 Mobile Toolkit
(https://mobile.angular.io/(创建一个新的移动应用程序。
当我输入:ng new hello-mobile --mobile
时,我收到此错误:
`The option '--mobile' is not registered with the new command.
Run 'ng new --help' for a list of supported options.
在ng new --help
我没有看到任何关于mobile
这是我ng -v
结果:
@angular/cli: 1.0.2
node: 6.10.1
os: win32 x64
我错过了什么?这仅适用于其他角度版本?
angular-cli --mobile 标志已被移除,新的解决方案正在设计中。
移动工具包存储库中的自述文件在 angular-cli 生成的描述中不正确,而 Angular-CLI 不支持 --mobile 标志。
请参阅此 Github 问题:
https://github.com/angular/mobile-toolkit/issues/138
https://github.com/angular/angular-cli/issues/2228