2016-07-05 5 views
0

イオンプロジェクトを1ページで作成しましたが、aboutという新しいページを追加しようとしていますが、コマンドを使用していますが、page is not a valid taskを取得しています。 私のターミナルがあります:正しい構文はionic g page aboutあるイオンをページに追加する

cameraApp brill$ ionic page about 
(node:2213) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version. 
    _    _   
(_)   (_)   
    _ ___ _ __ _ ___  
| |/ _ \| '_ \| |/ __| 
| | (_) | | | | | (__  
|_|\___/|_| |_|_|\___| CLI v2.0.0-beta.32 

Usage: ionic task args 


======================= 
page is not a valid task 


Available tasks: 
(use --help or -h for more info) 


    start .......... Starts a new Ionic project in the specified PATH 
    serve .......... Start a local development server for app dev/testing 
    generate ....... Generate pages and components 
    platform ....... Add platform target for building an Ionic app 
    run ............ Run an Ionic project on a connected device 
    emulate ........ Emulate an Ionic project on a simulator or emulator 
    build .......... Build (prepare + compile) an Ionic project for a given platform. 

    plugin ......... Add a Cordova plugin 
    resources ...... Automatically create icon and splash screen resources (beta) 
       Put your images in the ./resources directory, named splash or icon. 
       Accepted file types are .png, .ai, and .psd. 
       Icons should be 192x192 px without rounded corners. 
       Splashscreens should be 2208x2208 px, with the image centered in the middle. 

    upload ......... Upload an app to your Ionic account 
    share .......... Share an app with a client, co-worker, friend, or customer 
    lib ............ Gets Ionic library version or updates the Ionic library 
    io ............. Integrate your app with the ionic.io platform services (alpha) 
    security ....... Store your app's credentials for the Ionic Platform (alpha) 
    push ........... Upload APNS and GCM credentials to Ionic Push (alpha) 
    package ........ Use Ionic Package to build your app (alpha) 
    config ......... Set configuration variables for your ionic app (alpha) 
    service ........ Add an Ionic service package and install any required plugins 
    add ............ Add an Ion, bower component, or addon to the project 
    remove ......... Remove an Ion, bower component, or addon from the project 
    list ........... List Ions, bower components, or addons in the project 
    info ........... List information about the users runtime environment 
    help ........... Provides help for a certain command 
    link ........... Sets your Ionic App ID for your project 
    hooks .......... Manage your Ionic Cordova hooks 
    state .......... Saves or restores state of your Ionic Application using the package.json file 
    docs ........... Opens up the documentation for Ionic 

ECENMBRJJCC:cameraApp brill$ 

答えて

0

、あなただけの(おそらく、発電機の略)グラム含まれていないが。詳細についてはIonic V2 documentationをご覧ください。

+0

これは機能します。 Thaanks! – Developer2012

関連する問題