Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

481
Vistas
How to fix the error nodejs express cannot find module ./response

When I run the command

$ npm start

this shows up

> assignment3@1.0.0 start
> nodemon server.js

[nodemon] 2.0.12
[nodemon] to restart at any time, enter `rs`
[nodemon] watching path(s): *.*
[nodemon] watching extensions: js,mjs,json
[nodemon] starting `node server.js app.js`
node:internal/modules/cjs/loader:936
  throw err;
  ^

Error: Cannot find module './response'
Require stack:
- /Users/hoshidan/nodejsproject/assignment3/node_modules/express/lib/express.js
- /Users/hoshidan/nodejsproject/assignment3/node_modules/express/index.js
- /Users/hoshidan/nodejsproject/assignment3/app.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.Module._load (node:internal/modules/cjs/loader:778:27)
    at Module.require (node:internal/modules/cjs/loader:1005:19)
    at require (node:internal/modules/cjs/helpers:94:18)
    at Object.<anonymous> (/Users/hoshidan/nodejsproject/assignment3/node_modules/express/lib/express.js:22:11)
    at Module._compile (node:internal/modules/cjs/loader:1101:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Module.require (node:internal/modules/cjs/loader:1005:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/Users/hoshidan/nodejsproject/assignment3/node_modules/express/lib/express.js',
    '/Users/hoshidan/nodejsproject/assignment3/node_modules/express/index.js',
    '/Users/hoshidan/nodejsproject/assignment3/app.js'
  ]
}
[nodemon] app crashed - waiting for file changes before starting...

I tried to search in node_modules/express/lib/express.js and saw that there's no file.

./response response.js

Don't know where to begin, would i just reinstall the node_modules or you have some thought of insights to fix this kind of error, hope you help me.

about 4 years ago · Juan Pablo Isaza
2 Respuestas
Responde la pregunta

0

You should try reinstalling express:

rm -rf node_modules && npm i

This is so because it seems Express does have the response file over here: https://github.com/expressjs/express/blob/master/lib/response.js.

P.S.: Making a post since I can't comment.

about 4 years ago · Juan Pablo Isaza Denunciar

0

reinstalling the express will eventually fix the problem.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda