ionic2 The --v1 and --v2 flags have been removed.

安装ionic2后,新建项目时出现了如题错误

>ionic start MyIonic2Project tutorial --v2
[ERROR] Sorry! The --v1 and --v2 flags have been removed.

        Use the --type option. (ionic start --help)

        For Ionic Angular projects, try ionic start MyIonic2Project tutorial --type=ionic-angular

命令提示v1和v2命令没有了,应该是我看的教程不是最新的原因。去官网一看才知,人家默认生成的是ionic2的项目,如果是1的话需要加上--type=ionic1 命令。而我看的教程上说的是默认生成v1的项目。还是以官网为准啊。

解决:

> ionic start cutePuppyPics

 然后出现以下内容就是ok了

c>ionic start cutePuppyPics

? What starter would you like to use: sidemenu
√ Creating directory .\cutePuppyPics - done!
√ Downloading and extracting sidemenu starter - done!

? Would you like to integrate your new app with Cordova to target native iOS and Android? Yes
√ Personalizing ionic.config.json and package.json - done!
> ionic integrations enable cordova --quiet
√ Downloading integration cordova - done!
√ Copying integrations files to project - done!
[OK] Added cordova integration!

Installing dependencies may take several minutes.

  *   IONIC  DEVAPP  *

 Speed up development with the Ionic DevApp, our fast, on-device testing mobile app

  -     Test on iOS and Android without Native SDKs
  -     LiveReload for instant style and JS updates

 ?-->    Install DevApp: https://bit.ly/ionic-dev-app    <--

> npm i
√ Running command - done!
> git init

  *   IONIC  PRO  *

 Supercharge your Ionic development with the Ionic Pro SDK

  -     Track runtime errors in real-time, back to your original TypeScript
  -     Push remote updates and skip the app store queue

Learn more about Ionic Pro: https://ionicframework.com/products

期间会弹出几个供你选项 的提示:

1、? What starter would you like to use:

  • tabs:一个简单的3选项卡布局
  • sidemenu:一个带有菜单边的布局
  • blank:一个带有单一页面的裸启动器
  • super*启动项目,有14多个准备使用页面设计
  • tutorial*一个引导启动项目

  我选的是sidemenu,官方上给的就是这个。

2、? Would you like to integrate your new app with Cordova to target native iOS and Android?

您想将您的新应用程序与cordova集成到本地ios和android吗?YES

3、Install the free Ionic Pro SDK and connect your app?

是不是安装Pro版帮助你开发?  (NO) ^_^这就看你了 输入yes的话会让你登录什么的

然后进入项目目录,执行 ionic serve

>ionic serve
Starting app-scripts server: --address 0.0.0.0 --port 8100 --livereload-port 35729 --dev-logger-port 53703 --nobrowser -
Ctrl+C to cancel
[21:17:12]  watch started ...
[21:17:12]  build dev started ...
[21:17:12]  clean started ...
[21:17:12]  clean finished in 3 ms
[21:17:12]  copy started ...
[21:17:12]  deeplinks started ...
[21:17:13]  deeplinks finished in 35 ms
[21:17:13]  transpile started ...
[21:17:17]  transpile finished in 4.01 s
[21:17:17]  preprocess started ...
[21:17:17]  preprocess finished in 6 ms
[21:17:17]  webpack started ...
[21:17:17]  copy finished in 4.33 s
[21:17:23]  webpack finished in 6.47 s
[21:17:23]  sass started ...
Without `from` option PostCSS could generate wrong source map and will not find Browserslist config. Set it to CSS file path or to `undefined` to prevent this warning.

大功告成!

原文地址:https://www.cnblogs.com/yangchas/p/8318983.html

时间: 2024-10-09 15:05:46

ionic2 The --v1 and --v2 flags have been removed.的相关文章

Atitit jquery &#160;1.4--v1.11 &#160;v1.12 &#160;v2.0 &#160;3.0 的新特性

Atitit jquery  1.4--v1.11  v1.12  v2.0  3.0 的新特性 1.1. Jquery1.12  jQuery 2.2 和 1.12 新版本发布 - OPEN资讯.html   2016.11 1.1.1. jQuery.htmlPrefilter()1 1.2. 2016.7  jq3.0 新特性1 1.3. Jq3.1新特性 jQuery 3.1.1 发布了,该版本包括一些 BUG 修复和改进.3 1.1. Jquery1.12  jQuery 2.2 和

1、v1 与 v2的比较

1.路由的迁移 1 /* --- v1 ----*/ 2 3 .config(function($stateProvider){ 4 $stateProvider 5 .state('main', { 6 url: '/', 7 templateUrl: 'templates/main.html', 8 controller: 'MainCtrl' 9 }) 10 }) 11 12 .controller('MainCtrl', function(){ 13 14 }) 15 16 /* ---

语义分割:DeepLab系列总结(v1、v2、v3、v3+)

DeepLabv1 Semantic image segmentation with deep convolutional nets and fully connected CRFs link:https://arxiv.org/pdf/1412.7062v3.pdf 引言 DCNN在像素标记存在两个问题:信号下采用和空间不变性(invariance) 第一个问题是由于DCNN中重复的最大池化和下采样造成分辨率下降,DeepLabv1通过带孔(atrous)算法解决. 第二个问题是分类器获得以对

Hadoop V1和V2理解

MRv1: 当一个客户端向一个 Hadoop 集群发出一个请求时,此请求由 JobTracker 管理.JobTracker 与 NameNode 联合将工作分发到离它所处理的数据尽可能近的位置.NameNode 是文件系统的主系统,提供元数据服务来执行数据分发和复制.JobTracker 将 Map 和 Reduce 任务安排到一个或多个 TaskTracker 上的可用插槽中.TaskTracker 与 DataNode(分布式文件系统)一起对来自 DataNode 的数据执行 Map 和

Kinect v1和Kinect v2的彻底比较

本连载主要是比较Kinect for Windows的现行版(v1)和次世代型的开发者预览版(v2),以C++开发者为背景介绍进化的硬件和软件.本文主要是对传感的配置和运行条件进行彻底的比较. 本连载介绍的Kinect for Windows Developer Preview是暂定的,软件.硬件以及API有可能因为最终的产品版发生变更,还请谅解. 关于本连载 本连载主要是比较次世代型的Kinect for Windows(后面称作Kinect v2预览版)和现行型的Kinect for Win

IGMP V1 V2 V3 定义和区别

先来认识一下IGMP这个协议吧,它的全称是Internet Group Management Protocol,它和unicast和multicast的区别是它是发往一组计算机(属于它这个组播组的所有计算机),IGMP主要用于在线的视频和在线游戏,像IPTV就是一种比较广泛的应用. 现在IGMP有3个版本V1(RFC1112),V2(RFC2236),V3(RFC3376), IGMP v1支持host membership query 和host membership report repor

Android Studio 打包时 Signature Version 选择 V1 V2 说明

  一定可行的方案: 只使用 v1 方案 不一定可行的方案:同时使用 v1 和 v2 方案 对 7.0 以下一定不行的方案:只使用 v2 方案  V1:可对签名后的文件,作适当修改,并重新压缩. V2:不能对签名后的 APK作任何修改,包括 zipalign.因为它是针对字节进行的签名,所以任何改动都会影响最终结果. Signature Versions不能只选择 V2(Full APK Signature),应该选择V1(Jar Signature),或者选择 V1和 V2. 参考链接: ht

ORB-SLAM2 with Kinect V1

因为手上只有kinect V1 没有V2,而网上关于ORB-SLAM2的实现都是基于Kinect2,最著名的是高博进行实现的 http://www.cnblogs.com/gaoxiang12/p/5161223.html.通过查阅部分资料,用Kinect1实现了ORB-SLAM2,这里总结一下具体步骤. 1.我的系统: Ubuntu14.04, ROS indigo,Lenovo Z485, Kinect V1. 2. 依赖项安装,参照ORB-SLAM2的Prerequisites (depe

部署Bookinfo示例程序详细过程和步骤(基于Kubernetes集群+Istio v1.0)

部署Bookinfo示例程序详细过程和步骤(基于Kubernetes集群+Istio v1.0) 部署Bookinfo示例程序 在下载的Istio安装包的samples目录中包含了示例应用程序. Bookinfo应用 部署一个样例应用,它由四个单独的微服务构成,用来演示多种 Istio 特性.这个应用模仿在线书店的一个分类,显示一本书的信息.页面上会显示一本书的描述,书籍的细节(ISBN.页数等),以及关于这本书的一些评论. Bookinfo 应用分为四个单独的微服务: productpage