grunt server command not found in terminal
Posted
by
user3413185
on Stack Overflow
See other posts from Stack Overflow
or by user3413185
Published on 2014-03-17T05:03:25Z
Indexed on
2014/05/29
9:28 UTC
Read the original article
Hit count: 314
In my project directory i installed grunt using the following command npm install grunt...after that i did grunt server in my project directory but it gives me command not found error.. providing my error below.. can you tell me how to fix it..
Raj$ grunt server
-bash: grunt: command not found
npm install grunt
npm install grunt
npm WARN package.json [email protected] No description
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No README data
© Stack Overflow or respective owner