方法一:「npm cache clean」を実行 ついでに「bower cache clean」も実行
方法二:「sudo」で実行
2015年9月26日土曜日
2015年8月20日木曜日
angular 入門 目次
まず、angular-phonecat repositoryからサンプルソースコードをダウンロードする
git clone --depth=14 https://github.com/angular/angular-phonecat.git
ダウンロードしたangular-phonecat
ディレクトリーに移動する
cd angular-phonecat
依存関係をインストールする
npm install
最後、ウェブサーバを起動する
npm start
ウェブサーバが起動できたら、ブラウザから動作を確認できます。
http://localhost:8000/app/index.html
引用元:https://docs.angularjs.org/tutorial
2015年8月14日金曜日
登録:
投稿 (Atom)