Skip to content

Instantly share code, notes, and snippets.

@SooJungChae
Created April 15, 2019 07:57
Show Gist options
  • Save SooJungChae/a46897e5ba1830cd7665ab44e5995e2e to your computer and use it in GitHub Desktop.
Save SooJungChae/a46897e5ba1830cd7665ab44e5995e2e to your computer and use it in GitHub Desktop.
Nuxt app.use() requires a middleware function error
Error : app.use() requires a middleware function
app.use 는 어플리케이션 미들웨어를 앱 오브젝트의 인스턴스에 바인드하는 함수다. <br/>
https://expressjs.com/ko/guide/using-middleware.html
How to solve :
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment