"Npm grunt-cli 전역 설치"의 두 판 사이의 차이

4번째 줄: 4번째 줄:


==사전작업==
==사전작업==
* [[우분투 npm 설치]]
* [[우분투 npm 설치]] ( 또는 [[CentOS npm 설치]] )


==확인==
==확인==

2016년 10월 5일 (수) 11:39 판

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

1 사전작업

2 확인

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

3 설치

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)

4 확인 2

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

5 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}