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
The app.configure() function has been removed. Use the process.env.NODE_ENV or app.get('env') function to detect the environment and configure the app accordingly.
The text was updated successfully, but these errors were encountered:
I saw
app.configure()
was used inREADME.md
andexample/app.js
. But in the latest version of Express (4.x), Theconfigure
function was removed.https://expressjs.com/en/guide/migrating-4.html#other-changes
The text was updated successfully, but these errors were encountered: