[Nodejs] Webmatrix2와 nodejs x64 사용하기
개인적으로 윈도우환경에서 nodejs를 개발할 때 Microsoft의 WebMatrix2를 쓰는데요.
nodejs x86버전을 쓰시는 분은 문제가 없는데, x64버전을 쓰시는 분은 nodejs 프로젝트를 실행하면 다음과 같은 에러를 만나게 됩니다.
The iisnode module is unable to start the node.exe process. Make sure the node.exe executable is available at the location specified in the system.webServer/iisnode/@nodeProcessCommandLine element of web.config. By default node.exe is expected to be installed in %ProgramFiles%
odejs folder on x86 systems and %ProgramFiles(x86)%
odejs folder on x64 systems.
from http://kuimoani.tistory.com/78 by ccl(S) rewrite - 2020-03-06 06:54:05
댓글
댓글 쓰기