반응형
VSCode의 파워셸에서
node app.js (node app)으로 실행했을 때는 잘 됐는데,
nodemon app으로 실행하니까 실행이 안되는 문제가 발생했다.
이 경우 그냥 cmd창에서 실행하면 잘 된다.
아래는 위 현상때문에 내가 질문한 글이다.
www.inflearn.com/questions/181422
nodemon app이 실행이 안됩니다.. - 인프런 | 질문 & 답변
아래와 같이 nodemon app을 실행했는데 에러가 뜹니다. 구글링해본 결과 https://www.hahwul.com/2017/08/23/powershell-execution-of-scripts-is/ 위 사이트에서 Set-ExecutionPolicy RemoteSigned 를 입력하면 된다 돼있어서 명
www.inflearn.com
반응형
'JS > Node.js' 카테고리의 다른 글
[node.js] morgan, cookie-parser, body-parser 등 미들웨어란? (0) | 2021.04.01 |
---|---|
[node.js] Nodejs Express 서버를 사용해보았다 (0) | 2021.03.31 |
[node.js] npm으로 package.json 환경설정 (0) | 2021.03.28 |
Node.js는 무엇일까요? (0) | 2021.01.21 |
Node.js 설치 및 실행 (0) | 2021.01.19 |