Npm grunt-cli 전역 설치


리눅스 grunt 설치
npm grunt-cli 전역 설치
npm install -g grunt-cli

사전작업

확인

root@zetawiki:~# grunt -V
No command 'grunt' found, did you mean:
 Command 'grun' from package 'grun' (universe)
grunt: command not found

설치

root@zetawiki:~# npm install -g grunt-cli
/usr/bin/grunt -> /usr/lib/node_modules/grunt-cli/bin/grunt
grunt-cli@1.2.0 /usr/lib/node_modules/grunt-cli
├── grunt-known-options@1.1.0
├── nopt@3.0.6 (abbrev@1.0.9)
├── resolve@1.1.7
└── findup-sync@0.3.0 (glob@5.0.15)

확인 2

root@zetawiki:~# grunt -V
grunt-cli v1.2.0

같이 보기