事象
ionic build ios
コマンドを実行した時に発生した。エラーメッセージは下記となる。
sh: ionic-app-scripts: command not found npm ERR! file sh npm ERR! code ELIFECYCLE npm ERR! errno ENOENT npm ERR! syscall spawn npm ERR! tsc-floor-map@ ionic:build: `ionic-app-scripts build`
バージョン情報
Cordova CLI: 8.0.0
Ionic Framework Version: 2.0.0-rc.4
Ionic CLI Version: 2.2.0
Ionic App Lib Version: 2.2.0
Ionic App Scripts Version: 1.1.4
ios-deploy version: 1.9.2
ios-sim version: 6.1.2
OS: macOS High Sierra
Node Version: v8.1.4
Xcode version: Xcode 9.2 Build version 9C40b
解決方法
node_modulesを全部削除してから、npm install
したら直った。