LoginSignup
2
2

More than 5 years have passed since last update.

Yeomanをbash on windowsに入れてみる

Posted at

最初失敗したインストール方法

  • apt-getでインストールできたデフォルトのnodejsとnpmを使用。
  • sudo npm install yo bower grunt-cli -g を実行
  • ENOENTもしくはEACCSでエラー終了。

成功した方法

  • 下記を参考にn packageをインストール http://qiita.com/seibe/items/36cef7df85fe2cefa3ea
  • node.js v6.6.0にて下記を実行(バラバラにインストール)
  • sudo npm install yo -g
  • sudo npm install grunt-cli -g
  • sudo npm install bower -g (一回失敗し、uninstall後もう一回実行)
2
2
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
2
2