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.
gruntをインストールしようとしています。この記事によると、私がする必要があるのは実行することだけです
npm install -g grunt
このコマンドを実行すると、成功したように見え、すべての依存関係がインストールされます。次に grunt を実行しようとすると、コマンドが見つかりません。
私はUbuntu 12.04を使用しています。
Rob Wすでにこれに答えました。しかし、より明確にするためにここに投稿します。ロブしてください。答えたい場合は、これを削除できます。
Rob W
grunt-cli をグローバルにインストールする必要があります:
sudo npm install -g grunt-cli