강의

멘토링

커뮤니티

Inflearn Community Q&A

austinpark4200313's profile image
austinpark4200313

asked

WEB2 - Node.js

Creating a web server

node main.js은 실행되지만 localhost:3000에 접속하면 하기와 같은 에러메시지가 나옵니다.

Written on

·

452

0

fs.js:646

return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);

nodejs

Answer

This question is waiting for answers
Be the first to answer!
austinpark4200313's profile image
austinpark4200313

asked

Ask a question