プロジェクト ディレクトリに、次のコマンドを使用して Grunt をインストールしました。
npm install grunt
...その後、プロジェクトディレクトリでGruntサーバーを実行しましたが、コマンドが見つからないというエラーが表示されます。
Raj$ grunt server
-bash: grunt: command not found
と:
npm install grunt
npm WARN package.json BID-2.0@0.0.0 No description
npm WARN package.json BID-2.0@0.0.0 No repository field.
npm WARN package.json BID-2.0@0.0.0 No README data
どうすれば修正できますか?