AI툴

노드 js 설치

snapinfo 2025. 5. 24. 17:01
반응형

https://nodejs.org/ko/download

 

Node.js — Node.js® 다운로드

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

nodejs.org

 

 

Windows 설치 프로그램(.msi) 다운로드 후 실행

 

 

 

 

 

 

Windows PowerShell 5.1에서 PowerShell 7로 마이그레이션 - PowerShell

Windows 플랫폼용 PowerShell 5.1에서 PowerShell 7로 업데이트합니다.

learn.microsoft.com

 

 

노드 설치 버전 확

MCP서버 설치 : 터미널에서 npx @modelcontextprotocol/server-filesystem 명령어를 실행하여 MCP 서버 설치

npx @modelcontextprotocol/server-filesystem

 

에러 나는 경우, power shell 관리자권한으로 실행후, policy 다시 설정하고 수행.

policy 확인

>  Get-ExecutionPolicy -List

 

policy 재설정

>Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned

 

power shell 최신 다운로드 받고 싶으면, 보이는 화면에서 ctrl + 링크클릭하여 msi 파일 받아서 설치하세요.

 

아래 링크 참고하셔도 됩니다.

Windows PowerShell 5.1에서 PowerShell 7로 마이그레이션 - PowerShell | Microsoft Learn

 

Windows PowerShell 5.1에서 PowerShell 7로 마이그레이션 - PowerShell

Windows 플랫폼용 PowerShell 5.1에서 PowerShell 7로 업데이트합니다.

learn.microsoft.com

 

 

반응형