Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
OSXでブートストラップ3を構築しようとしています。を使用してnpmをインストールしました
brew install npm
次に実行します
npm install
ブートストラップ ディレクトリにあります。ブートストラップを構築するために今すぐ grunt を実行できると思いますが、PATH に grunt はありません。
私は npm にあまり詳しくないので、何がうまくいかなかったのかわかりません。どんな助けでも大歓迎です!
ありがとう、NFV
も実行する必要があります。npm install -g grunt-cliこれにより、grunt がシステムにグローバルにインストールされ、gruntCLI ツールが使用可能になります。
npm install -g grunt-cli
grunt
これを行った後grunt、プロジェクトのルート ディレクトリ内で実行します。