We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 i bcrypt npm ERR! code 1 npm ERR! path D:\LEARN & PRACTICE\WEB DEVELOPMENT\LEARNING\ANJELA YU BOOTCAMP\32. Authentication & Security\2.1 Secrets - Starting Code\Secrets - Starting Code\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! The system cannot find the path specified. npm ERR! The system cannot find the path specified. npm ERR! node:internal/modules/cjs/loader:936 npm ERR! throw err; npm ERR! ^ npm ERR! npm ERR! Error: Cannot find module 'D:@mapbox\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:81: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\yash\AppData\Local\npm-cache_logs\2022-01-23T19_26_21_637Z-debug.log
The text was updated successfully, but these errors were encountered:
upgrade node to LTS using nvm and also update npm**(npm update -g)**
Sorry, something went wrong.
Tracking it here: #961
No branches or pull requests
npm i bcrypt
npm ERR! code 1
npm ERR! path D:\LEARN & PRACTICE\WEB DEVELOPMENT\LEARNING\ANJELA YU BOOTCAMP\32. Authentication & Security\2.1 Secrets - Starting Code\Secrets - Starting Code\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! The system cannot find the path specified.
npm ERR! The system cannot find the path specified.
npm ERR! node:internal/modules/cjs/loader:936
npm ERR! throw err;
npm ERR! ^
npm ERR!
npm ERR! Error: Cannot find module 'D:@mapbox\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:81: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\yash\AppData\Local\npm-cache_logs\2022-01-23T19_26_21_637Z-debug.log
The text was updated successfully, but these errors were encountered: