i am unable to use run the code #42
Unanswered
GAURAV-UPADHYAY-1010
asked this question in
Q&A
Replies: 1 comment
-
I had the same issue, I followed two steps to get rid of the issue
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Error: Cannot find module 'C:\SocialEcho\server\node_modules\bcrypt\lib\binding\napi-v3\bcrypt_lib.node'
Require stack:
at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
at Module._load (node:internal/modules/cjs/loader:985:27)
at Module.require (node:internal/modules/cjs/loader:1235:19)
at require (node:internal/modules/helpers:176:18)
at Object. (C:\SocialEcho\server\node_modules\bcrypt\bcrypt.js:6:16)
at Module._compile (node:internal/modules/cjs/loader:1376:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
at Module.load (node:internal/modules/cjs/loader:1207:32)
at Module._load (node:internal/modules/cjs/loader:1023:12)
at Module.require (node:internal/modules/cjs/loader:1235:19) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'C:\SocialEcho\server\node_modules\bcrypt\bcrypt.js',
'C:\SocialEcho\server\models\admin.model.js',
'C:\SocialEcho\server\controllers\admin.controller.js',
'C:\SocialEcho\server\routes\admin.route.js',
'C:\SocialEcho\server\app.js'
]
}
i am geting this could you help me out. please help me out as soon as possible
Beta Was this translation helpful? Give feedback.
All reactions