조회 수 1151 추천 수 0 댓글 0
Atachment
첨부 '1'
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

Install Node.js and npm using Homebrew on OS X and macOS

Use Homebrew to install and update Node.js on Mac

node01.jpg


Before we get started, are you listening to JS Party? If not, you should be! Maybe start with our episode all about best practices for Node developers. ✊

The default method for installing Node.js is to download a pre-built installer for your platform, install it and make sure it’s on your $PATH.

However, if you’re a Homebrew fan like me and prefer to install all of your packages with it — ensuring your packages are installed using the same commands and directories and allowing Homebrew to easily manage upgrades and updates — then this guide will help you get started.

Install Node.js and npm with Homebrew

First, install Homebrew.

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Then run brew update to make sure Homebrew is up to date.

brew update

As a safe measure you should run brew doctor to make sure your system is ready to brew. Run the command below and follow any recommendations from brew doctor.

brew doctor

Next, add Homebrew’s location to your $PATH in your .bash_profile or .zshrc file.

export PATH="/usr/local/bin:$PATH"

Next, install Node (npm will be installed with Node):

brew install node

To test out your Node and npm install, try installing Grunt (you might be asked to run with sudo):

npm install -g grunt-cli

If that worked then congratulations — you’ve installed Node.js, npm, and Grunt.

If not — retrace your steps or post a question to Stack Overflow.


출처: https://changelog.com/posts/install-node-js-with-homebrew-on-os-x




?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
1141 Etc 영어 관련 토렌트 secret hooni 2013.06.25 0
1140 Etc 여러 대학 및 권위있는 기관 강좌 모음 ㅋㅋ hooni 2013.06.17 15122
1139 Etc 여기저기서 모은 VoIP(인터넷전화) 자료들~ file hooni 2013.04.23 15966
1138 Etc 엑셀 함수 총 정리 ㅎㅎ file hooni 2013.06.05 24465
1137 Etc 양성/음성 오류에 대한 개념 hooni 2013.04.23 19855
1136 Algorithm 암호 알고리즘 및 프로토콜의 이해.. file hooni 2013.04.23 17215
1135 Develop 알고리즘 성능분석 file hooni 2014.06.24 2974
1134 Develop 알고리즘 성능 분석 기준 hooni 2014.06.24 2794
1133 System/OS 아파치(Apache) 인증사용(htaccess)으로 특정 디렉토리에 암호걸기 hooni 2013.04.23 13660
1132 Etc 아이폰의 터치스크린 정확도 file hooni 2015.04.01 1423
1131 Develop 아이 훌레시 작업중 ㅋㅋ secret hooni 2013.08.09 0
1130 Etc 아두이노 관련 정보.. hooni 2013.04.23 21774
1129 Etc 스파이웨어(BHO) 탐지하는 방법.. hooni 2013.04.23 44413
1128 Algorithm 스터디 자료, 암호화에 대해서.. 나중에 볼 ppt.. file hooni 2013.04.23 13376
1127 Etc 스마트폰 보안 해외 발생 사례~ file hooni 2013.04.23 24944
1126 Etc 수리통계학 : 표본공간과 사상-1 hooni 2015.04.20 905
Board Pagination Prev 1 2 3 4 5 ... 74 Next
/ 74