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

잔글 (Jmnote님이 우분투 node-less 설치 문서를 우분투 node-less 설치 (apt-get) 문서로 이동했습니다)
(차이 없음)

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

1 개요

우분투 node-less 설치
  • 이 문서에 따라 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 }}