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

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
7번째 줄: 7번째 줄:


==확인==
==확인==
<source lang='console'>
<syntaxhighlight lang='console'>
root@zetawiki:~# grunt -V
root@zetawiki:~# grunt -V
No command 'grunt' found, did you mean:
No command 'grunt' found, did you mean:
  Command 'grun' from package 'grun' (universe)
  Command 'grun' from package 'grun' (universe)
grunt: command not found
grunt: command not found
</source>
</syntaxhighlight>


==설치==
==설치==
<source lang='console'>
<syntaxhighlight lang='console'>
root@zetawiki:~# npm install -g grunt-cli
root@zetawiki:~# npm install -g grunt-cli
/usr/bin/grunt -> /usr/lib/node_modules/grunt-cli/bin/grunt
/usr/bin/grunt -> /usr/lib/node_modules/grunt-cli/bin/grunt
23번째 줄: 23번째 줄:
├── resolve@1.1.7
├── resolve@1.1.7
└── findup-sync@0.3.0 (glob@5.0.15)
└── findup-sync@0.3.0 (glob@5.0.15)
</source>
</syntaxhighlight>


==확인 2==
==확인 2==
<source lang='console'>
<syntaxhighlight lang='console'>
root@zetawiki:~# grunt -V
root@zetawiki:~# grunt -V
grunt-cli v1.2.0
grunt-cli v1.2.0
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2020년 11월 2일 (월) 02:54 기준 최신판

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