ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • <NODE>[라즈베리파이 node&npm 업그레이드]
    Flower in my dev/React 2017. 12. 17. 01:53

    [라즈베리파이 node&npm 업그레이드]

     

    1. nodejs&npm 버전확인

     1) node -v

     2) npm -v

     

    2. nodejs 삭제

     1) sudo apt-get remove nodejs

     2) sudo apt-get autoremove

     

    3. nodejs 설치

     1) curl -sL https://deb.nodesource.com/setup_8.x|sudo -E bash -

     - setup_(version).x

     - 최신 LTS 버전은 8.x

     - nodejs는 짝수 버전이 LTS

     - 최신 버전은 9.x (글작성시점)

     

     2) sudo apt-get install nodejs

     

     3) 버전확인

     

    'Flower in my dev > React' 카테고리의 다른 글

    <REACT>[Hello React]  (0) 2017.12.20

    댓글

Designed by Tistory.