-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm is not installiing the bcrypt #941
Comments
If you are still stuck in this problem, maybe this solution can help you. E:\HP-DRIVE\Learning\Coding\FullStack Devolopment Course\Web Apps\Auth & Security - Secrets App\node_modules\bcrypt from above directory remove "&" tag from the name (Auth & Security-Secrets App) |
Thank you for your response, but I have fixed the problem with removing it
before. But again thank you for your support.
…On Tue, Jul 19, 2022, 3:15 PM akash patel, ***@***.***> wrote:
If you are still stuck in this problem, maybe this solution can help you.
E:\HP-DRIVE\Learning\Coding\FullStack Devolopment Course\Web Apps\Auth &
Security - Secrets *App\node_modules\bcrypt*
from above directory remove "&" tag from the name (Auth & Security-Secrets
App)
—
Reply to this email directly, view it on GitHub
<#941 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYN3RKJFJPYS4KQWGLYPUPLVU35FJANCNFSM5ZUOPQUA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Tracking it here: #961 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
npm WARN config global
--global,
--localare deprecated. Use
--location=global` instead.npm ERR! code 1
npm ERR! path E:\HP-DRIVE\Learning\Coding\FullStack Devolopment Course\Web Apps\Auth & Security - Secrets App\node_modules\bcrypt
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node-pre-gyp install --fallback-to-build
npm ERR! 'Security' is not recognized as an internal or external command,
npm ERR! operable program or batch file.
npm ERR! node:internal/modules/cjs/loader:936
npm ERR! throw err;
npm ERR! ^
npm ERR!
npm ERR! Error: Cannot find module 'E:\HP-DRIVE\Learning\Coding\FullStack Devolopment Course\Web Apps\node-pre-gyp\bin\node-pre-gyp'
npm ERR! at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
npm ERR! at Function.Module._load (node:internal/modules/cjs/loader:778:27)
npm ERR! at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
npm ERR! at node:internal/main/run_main_module:17:47 {
npm ERR! code: 'MODULE_NOT_FOUND',
npm ERR! requireStack: []
npm ERR! }
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\krish\AppData\Local\npm-cache_logs\2022-06-23T13_52_53_797Z-debug-0.log`
The text was updated successfully, but these errors were encountered: