sublime text3 - node.js 플러그인 설치 방법



1. 다운로드 

http://www.sublimetext.com/3


2. 버전 콘트롤 설치

https://sublime.wbond.net/installation

자신의 버전에 맞는 설치 구문을 복사하여 수행한다


2.1 복사 : import urllib.request …

2.2 ctrl + ` 또는 View - Show Console 메뉴 선택 

2.3 복사한 내용을 붙여 넣을 이후 enter


3. 설치

3-4. cmd + shift + p

3-5. Install Package

3-6. 입력창에 nodejs 로 검색

3-7. javascript & nodejs snippets for sublime texxt 2/3


Package Control 등록 목록

https://sublime.wbond.net/


문제점

우분투(linux) 설치 시 네트워크를 연결 할 수 없을 경우


해결방법

드라이버 다운로드 이후 재설치


관련 사이트

http://www.jfdesignnet.com/?p=2133


1. 파일 다운로드 

compat-wireless-2012-03-12-p.tar.bz2


2. 압축해제

3. 설치

./scripts/driver-select alx

cp config.mk .config

make clean

make

make install

(make install은 su 관리자권한으로 실행한다 > su make install )



+ Recent posts