2017-02-17 16 views

答えて

0

スクリプトをpackage.jsonに置き換えてこの問題を解決しました。

"scripts": { 
    "build": "ionic-app-scripts build", 
    "watch": "ionic-app-scripts watch", 
    "serve:before": "watch", 
    "emulate:before": "build", 
    "deploy:before": "build", 
    "build:before": "build", 
    "run:before": "build" 
    } 
関連する問題