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

34번째 줄: 34번째 줄:
* [[grunt]]
* [[grunt]]


[[분류: npm]]
[[분류: npm install -g]]

2018년 2월 7일 (수) 15:53 판

리눅스 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 }}