에러가 발생합니다..
287
작성한 질문수 3
안녕하세요, 코드는 동일한데.. 아래와 같은 에러가 등장합니다.
어떤 것이 문제 일까요?
환경은 웹스톰 입니다!
/usr/local/bin/node --inspect-brk=58575 /Users/juno/IdeaProjects/WebstormProjects/node-modeluer/express_index.js
Debugger listening on ws://127.0.0.1:58575/defc4bde-ef4f-4bc8-84b7-04624b59c3f6
For help see https://nodejs.org/en/docs/inspector
Debugger attached.
commonmw
/Users/juno/IdeaProjects/WebstormProjects/node-modeluer/express_index.js:9
next(new Error('error ouccered'));
^
TypeError: next is not a function
at commonMW (/Users/juno/IdeaProjects/WebstormProjects/node-modeluer/express_index.js:9:5)
at Object. (/Users/juno/IdeaProjects/WebstormProjects/node-modeluer/express_index.js:27:9)
at Module._compile (internal/modules/cjs/loader.js:651:14)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:665:10)
at Module.load (internal/modules/cjs/loader.js:566:32)
at tryModuleLoad (internal/modules/cjs/loader.js:506:12)
at Function.Module._load (internal/modules/cjs/loader.js:498:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:695:10)
at startup (internal/bootstrap/node.js:201:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:516:3)
Waiting for the debugger to disconnect...
Process finished with exit code 1
답변 1
0
TypeError: next is not a function이 부분이 원인인것 같네요. 에러미들웨어는 인자가 4개입니다.
function errormw (err, req, res, next)이런 식으로 정의했는지 확인해 보실래요?
curl -X 매개변수를 찾을 수 없습니다
0
2162
1
라우터 클래스 질문입니다
0
444
1
슈퍼 테스트2 강의 질문입니다
0
450
1
응답 강의중 질문입니다
0
331
1
요청 형식 강의 질문입니다
0
431
1
비동기 세계1 강의 내용 질문입니다
0
495
2
오타로 인해 한참을 헤맸네요.
0
396
0
'NODE_ENV'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다.
2
1474
1
img src부분과 require()에 대해 질문이요!
0
583
1
bulkCreate 사용법 질문 (해결)
0
391
1
api 분리 관련해서 질문 있습니다.
0
485
1
promise 가 넘어올 때 .then 사용법 문의
0
279
1
package-lock 파일은 어떤 용도일까요?
0
686
1
테스트 코드 실행이 안됩니다.
0
279
1
should실행시 mocha 사용하는이유는
0
326
1
expect를 걸었음에도 불구하고 확인하지 않는 이유가 무엇일까요?
0
366
0
안녕하세요. 강의 내용 중 질문있습니다.
0
366
1
에러가 납니다.
0
209
0
강의 중 describe POST 쪽 질문입니다.
0
229
1
객체 래핑
0
286
0
should가 어떻게 저기 나올 수 있죠?
0
357
2
강의자료 pdf 링크에 pdf를 다운받을 수 없는 상황인데 확인 부탁드립니다.
0
246
1
질문드립니다.
0
193
1
궁금해서 올립니다.
0
221
2





