1
  1. installed node -v[10.17.0]
  2. npm -v[6.11.3]
  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 node
5
  • I think it's a problem with gyp use npm install -g node-gyp are you using window? Commented Mar 12, 2020 at 5:02
  • Yes, i am using windows Commented Mar 12, 2020 at 12:41
  • after above command if problem exist run npm install -g windows-build-tools ,hope this will fix the issue Commented 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/… Commented Mar 14, 2020 at 9:15
  • @ShubhamTiwari stackoverflow.com/questions/60666486/… pls check this .... all issues went except one mentioned here Commented Mar 14, 2020 at 9:15

1 Answer 1

0

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.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.