Skip to content
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

Facing issue at npm install when run under BestBuy folder #30

Open
sundarsandeep opened this issue Jun 12, 2023 · 3 comments
Open

Facing issue at npm install when run under BestBuy folder #30

sundarsandeep opened this issue Jun 12, 2023 · 3 comments

Comments

@sundarsandeep
Copy link

Hi
while on the process of following the series of instructions i got stuck at the below command(In Bold) and log is generated.
git clone https://github.com/bestbuy/api-playground/
cd api-playground
npm install
Please find the attached log
2023-06-12T06_10_47_780Z-debug-0.log

@achinim-tech
Copy link

Any update on how to resolve this? I faced the same issue

@SteveSande
Copy link

I was able to get past the sqlite download error using yarn instead of npm i. Then I still had an issue with missing VS build tools. The only way I could get the install process to resolve that error is to use "choco install visualstudio2019buildtools visualstudio2019-workload-vctools", which will hang and then I use the GUI VS Installer to finish the paused installation.

https://stackoverflow.com/questions/67928866/cannot-download-node-sqlite34-2-0-node-pre-gyp-error-tried-to-download403-a
https://stackoverflow.com/questions/57541402/node-gyp-configure-got-gyp-err-find-vs

@ntlinh8
Copy link

ntlinh8 commented Feb 11, 2024

I resolved this issue by downgrading the node version to v.12. (https://nodejs.org/download/release/v12.22.12/). Now it properly works @sundarsandeep

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants