Inflearn Community Q&A
permission denied 0.0.0.0:80 오류
Resolved
Written on
·
1K
1
vim app.js 해서 포트를 80번으로 바꾸면 저런 에러가 뜨네요
3065로 하면 에러 안납니다. 구글에 검색 해보니까 리눅스에서 포트번호가 낮으면 뜨는 에러라는데 sudo su로 root 권한으로 npm start했는데 강의 처럼 안되는 이유가 뭘까요
expressreactnodejsreduxNext.js
Quiz
What is the Git command primarily used to get the latest source code from GitHub on a server deployed on an EC2 instance?
git push
git add
git commit
git pull





답변 감사해요. sudo su 하고 npm start 했는데 root아닌가요?