BestBuy / api-playground

The Best Buy API Playground is an API training tool for students, educators and other learners to explore the possibilities of a fully functional RESTful API in a simple, non-production environment.
Other
260 stars 104 forks source link

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

Open sundarsandeep opened 1 year ago

sundarsandeep commented 1 year ago

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 commented 10 months ago

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

SteveSande commented 7 months ago

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 commented 6 months ago

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