우분투 node-less 설치 (apt-get)

1 개요[ | ]

우분투 node-less 설치
  • 이 문서에 따라 apt-get 으로 설치할 수도 있지만 npm으로 설치하는 것을 권장함
apt-get으로 설치하면 버전이 낮음
반면 npm으로는 최신 버전을 설치할 수 있음 → npm less 설치

2 확인[ | ]

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

3 설치[ | ]

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) ...

4 확인 2[ | ]

root@zetawiki:~# lessc 
(node) util.puts is deprecated. Use console.log instead.
lessc: no input files

5 같이 보기[ | ]

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