LoginSignup
0
1

More than 5 years have passed since last update.

Windows8.1でAngular-fullstackがちゃんとgrunt serveできるように

Posted at

いっつもハマるのでメモ

そもそも必要なもの

  • cl.exe(C++コンパイラ)
  • Phthon2.7
  • ruby
    • sass
  • npm
    • yo
    • grunt-cli
    • bower
    • generator-angular-fullstack

visual studio community 2015

  • インストール
  • 使用言語 -> C++ に必ずチェック

Python2.7

  • インストール
  • PATHに登録

ruby

  • インストール(PATHも通す)
  • gem sass

npm i -g(cmdは管理者モードで起動する)

  • bower
  • grunt-cli
  • yo
  • generator-angular-fullstack

yo angular-fullstack

C++のコンパイルでエラーが出たら

package.jsonからgrunt-node-inspectorの行を削除してnpm install

で、やっとgrunt serve

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1