Real Vectorism. 훨씬 더 입체적으로...
vscode 에서 npm run dev 가 안될 경우 본문
반응형
다른경우는 확인 못함.
npm run dev 로 실행하려는데 PSSecurityException - UnauthorizedAccess 가 나오면
powershell -ExecutionPolicy RemoteSigned -Command "npm run dev"
이렇게 실행하면 기존 설정인 Restricted 는 유지한 채로 npm run dev 만 RemoteSigned 로 실행됨
반응형
Comments