호그래머

Node js 우분투에서 Node js 설치하기 23.06.28 본문

Node.js

Node js 우분투에서 Node js 설치하기 23.06.28

호그래머 2023. 6. 28. 00:18
728x90

1. Ubuntu에서 Node js 설치하기

curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install -y nodejs

설치 이후

node -v

설치된 node 버전 확인

npm -v

설치된 npm 버전 확인

 

1. Ubuntu에서 Node js 를 설치 할 수있다.

2. 버전은 23.06.28일 기준 최신버전인 18.이 설치된다.

728x90

'Node.js' 카테고리의 다른 글

Node.js express 설치 하기 23.06.28  (0) 2023.06.28
Comments