ionic2:ionic serveしたら空白のページが表示される場合の対処法

Published on:
Last updated:

This post is also available in: 日本語 (Japanese)

ionic2を使っていて、ionic serveしたらHTMLは書き出されているけれども、空白のページが表示される場合についてのメモです。

package.jsonの "ionic-gulp-browserify-typescript" のバージョン指定のキャレット(^)を削除して npm install すると動くらしいです。

//変更前
"ionic-gulp-browserify-typescript": "^1.1.0"
//変更後
"ionic-gulp-browserify-typescript": "1.1.0"

変更した後、npm install を再度実行します。

npm install

参考:
https://forum.ionicframework.com/t/solved-blank-app-with-ionic-serve-after-git-clone/55842/4

About
Kuniyoshi Takemoto is the founder of Amelt.net LLC, and editor of this blog(www.amelt.net).Learn more and follow me on LinkedIn.