[■KodeJUN] [6] Node.js npm express ** app.js function sayHello(name) { // ...existing code... console.log('Hello ' + name); // ...existing code... } sayHello('John'); // ...existing code...
■ NodeJS.org [윈도우 환경] https://nodejs.org/en 1. NodeJS.org에 접속 한 후 LTS 버전을 다운받아 설치 2. VSCode 설치 https://code.visualstudio.com/download 다운로드 한 후 로그인 코파일럿 로그인 3. VSCode 에서 터미널 열어서 node 잘 설치되어있는지 확인 C:> node * Windows PowerShell 이 아닌 Command Prompt 에서 실행해야 함 ** 질문 PowerShell says "execution…