在我的项目目录中,我使用以下命令安装了 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
我该如何解决?