"우분투 node-less 설치 (apt-get)"의 두 판 사이의 차이

(새 문서: ==확인== <source lang='console'> root@zetawiki:~# lessc The program 'lessc' is currently not installed. You can install it by typing: apt-get install node-less </source> ==설치==...)
 
9번째 줄: 9번째 줄:
<source lang='console'>
<source lang='console'>
root@zetawiki:~# apt-get install node-less
root@zetawiki:~# apt-get install node-less
... (생략)
The following NEW packages will be installed:
The following NEW packages will be installed:
   node-less
   node-less

2017년 5월 9일 (화) 20:33 판

1 확인

root@zetawiki:~# lessc
The program 'lessc' is currently not installed. You can install it by typing:
apt-get install node-less

2 설치

root@zetawiki:~# apt-get install node-less
... (생략)
The following NEW packages will be installed:
  node-less
0 upgraded, 1 newly installed, 0 to remove and 205 not upgraded.
Need to get 60.7 kB of archives.
After this operation, 290 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty/universe node-less all 1.4.2-1 [60.7 kB]
Fetched 60.7 kB in 1s (58.4 kB/s)  
Selecting previously unselected package node-less.
(Reading database ... 107786 files and directories currently installed.)
Preparing to unpack .../node-less_1.4.2-1_all.deb ...
Unpacking node-less (1.4.2-1) ...
Setting up node-less (1.4.2-1) ...

3 확인 2

root@zetawiki:~# lessc 
(node) util.puts is deprecated. Use console.log instead.
lessc: no input files
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}