Notice
Recent Comments
Link
아미(아름다운미소)
라즈베리파이 Node.js 최신버전 설치 본문
pi@raspberrypi:~$ node -v
pi@raspberrypi:~$ sudo apt-get remove nodered -y pi@raspberrypi:~$ sudo apt-get remove nodejs nodejs-legacy -y pi@raspberrypi:~$ sudo apt-get remove npm -y
pi@raspberrypi:~$ curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
pi@raspberrypi:~$ sudo apt-get install nodejs -y
pi@raspberrypi:~$ node -v v8.11.1
pi@raspberrypi:~$ npm -v 5.6.0
'랭귀지 > NodeJS' 카테고리의 다른 글
Node.js mongodb 드라이버 비동기 / 대기 쿼리 (0) | 2020.05.02 |
---|---|
브라켓(Bracket) 멀티 탭 확장 모듈 설치 (0) | 2020.03.31 |
node.js (0) | 2020.03.19 |
Chocolatey 설치 (0) | 2020.01.08 |
라즈베리파이 Node.js 최신버전 설치 (2) | 2018.05.15 |
NodeJS에 대해 (0) | 2018.02.21 |
2 Comments