Joon-na-Seriously / Joon-na-Seriously/seungjohan-node-react-basic
TypeError: Cannot read property 'prototype' of undefined
- Langage dominant
- JavaScript
- Étoiles
- 0
- Forks
- 0
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
TypeError: Cannot read property 'prototype' of undefined
(anonymous function)
node_modules/express/lib/response.js:42
39 | * @public
40 | */
41 |
> 42 | var res = Object.create(http.ServerResponse.prototype)
43 |
44 | /**
45 | * Module exports.
View compiled
./node_modules/express/lib/response.js
http://localhost:3000/static/js/vendors~main.chunk.js:41782:30
__webpack_require__
/Users/seungjohan/PycharmProjects/nodereact-basic/boilder-plate/client/webpack/bootstrap:856
853 |
854 | __webpack_require__.$Refresh$.init();
855 | try {
> 856 | modules[moduleId].call(module.exports, module, module.exports, hotCreateRequire(moduleId));
| ^ 857 | } finally {
858 | __webpack_require__.$Refresh$.cleanup(moduleId);
859 | }
View compiled
fn
/Users/seungjohan/PycharmProjects/nodereact-basic/boilder-plate/client/webpack/bootstrap:150
147 | );
148 | hotCurrentParents = [];
149 | }
> 150 | return __webpack_require__(request);
| ^ 151 | };
152 | var ObjectFactory = function ObjectFactory(name) {
153 | return {
View compiled
./node_modules/express/lib/express.js
node_modules/express/lib/express.js:22
__webpack_require__
/Users/seungjohan/PycharmProjects/nodereact-basic/boilder-plate/client/webpack/bootstrap:856
853 |
854 | __webpack_require__.$Refresh$.init();
855 | try {
> 856 | modules[moduleId].call(module.exports, module, module.exports, hotCreateRequire(moduleId));
| ^ 857 | } finally {
858 | __webpack_require__.$Refresh$.cleanup(moduleId);
859 | }
....
대강 이런 에러가 떴습니다.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Start by reproducing the error while loading localhost:3000, then inspect node_modules/express/lib/response.js, node_modules/express/lib/express.js, and client/webpack/bootstrap around the reported lines. Done means the application loads without the TypeError; the issue does not provide a failing test or a more specific expected change.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- express, javascript, node.js, webpack
- Domaine
- build-system, full-stack
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 25/100