- installed node -v[10.17.0]
- npm -v[6.11.3]
- Python -v[2.7.17] facing lots of issues during npm install inside _build folder Followed steps from OBDX Android app here : ORACLE ANDROID LINK FOR OBDX

- I think it's a problem with gyp use npm install -g node-gyp are you using window?Shubham Tiwari– Shubham Tiwari2020-03-12 05:02:22 +00:00Commented Mar 12, 2020 at 5:02
- Yes, i am using windowsErum– Erum2020-03-12 12:41:31 +00:00Commented Mar 12, 2020 at 12:41
- after above command if problem exist run npm install -g windows-build-tools ,hope this will fix the issueShubham Tiwari– Shubham Tiwari2020-03-13 11:43:47 +00:00Commented Mar 13, 2020 at 11:43
- i tried to reinstall VS build-tools after that npm install works fine but there are issues in . another command that i executed just after npm install stackoverflow.com/questions/60666486/…Erum– Erum2020-03-14 09:15:12 +00:00Commented Mar 14, 2020 at 9:15
- @ShubhamTiwari stackoverflow.com/questions/60666486/… pls check this .... all issues went except one mentioned hereErum– Erum2020-03-14 09:15:46 +00:00Commented Mar 14, 2020 at 9:15
Add a comment |
1 Answer
Try to use npm version 6.14.13 and node version 14.17.0. Along with that:
- Try to update node-saas version inside _build folder.
- After that, you can go ahead with build process and other next step for OBDX.
- After installing above-explained npm and node versions, please hit below command
npm install [email protected] Now, you can go with other steps.