You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I forgot to npm install connect for my project and nothing was throwing errors when I used the app.use method. Might be nice to have at least a helpful warning if not an exception when use is not defined for connect but is being called.
I forgot to npm install connect for my project and nothing was throwing errors when I used the
app.usemethod. Might be nice to have at least a helpful warning if not an exception whenuseis not defined for connect but is being called.