본문 바로가기
카테고리 없음

"Node.js 명령 프롬프트"와 Windows 명령 프롬프트의 차이?

by 🔧🔨🛠 블로그 이전 준비 중입니다 🔧🔨🛠 2023. 2. 10.

cmd 창을 사용할 일이 있어 검색해보니
엥 cmd가 두개다.

난 cmd를 사용하려 했는데 node.js 넌 뭐야..?


안그래도 nvm 때문에 cmd를 찾던거라 어떤 것을 사용해야할지 혼돈이 왔다.

그래서 검색해 봤다.

참고한 글.

What's the difference between the "Node.js command prompt" and the Windows command prompt?

What's the difference between the "Node.js command prompt" and the Windows command prompt? Or, more to the point, why does it even exist when you can run node programs from the Windows command pr...

stackoverflow.com


요약
Node.js 명령 프롬프트 ?
=> 노드와 npm을 사용하기 위해 경로가 올바르게 설정되었는지 확인하는 것뿐, 그냥 cmd바로가기라고 한다.

고로 그냥 cmd 사용하면 된다. ^^