Npm grunt-cli 전역 설치

Jmnote bot (토론 | 기여)님의 2020년 11월 2일 (월) 02:54 판 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
리눅스 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 }}