You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys I am trying to run this project locally but getting the below error while running the npm install command inside frontend folder.
It will be so good if anyone who knows how to tackle this can help me out.
As much as I figured out I think there is any dependency whose version has been removed from official deployments. I also added the package.json file below please go through it as well.
npm ERR! code 1
npm ERR! git dep preparation failed
npm ERR! command C:\Program Files\nodejs\node.exe C:\Users\DELL\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js install --force --cache=C:\Users\DELL\AppData\Local\npm-cache --prefer-offline=false --prefer-online=false --offline=false --no-progress --no-save --no-audit --include=dev --include=peer --include=optional --no-package-lock-only --no-dry-run
npm ERR! npm WARN using --force Recommended protections disabled.
npm ERR! npm ERR! code 1
npm ERR! npm ERR! The git reference could not be found
npm ERR! npm ERR! command git --no-replace-objects checkout 4.0
npm ERR! npm ERR! error: pathspec '4.0' did not match any file(s) known to git
npm ERR!
npm ERR! npm ERR! A complete log of this run can be found in:
npm ERR! npm ERR! C:\Users\DELL\AppData\Local\npm-cache\_logs\2022-04-09T10_05_31_302Z-debug-0.log
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\DELL\AppData\Local\npm-cache\_logs\2022-04-09T10_05_10_231Z-debug-0.log
Hey guys I am trying to run this project locally but getting the below error while running the
npm install
command inside frontend folder.It will be so good if anyone who knows how to tackle this can help me out.
As much as I figured out I think there is any dependency whose version has been removed from official deployments. I also added the package.json file below please go through it as well.
The text was updated successfully, but these errors were encountered: