DEV Community

AKINRO OLAWALE
AKINRO OLAWALE

Posted on • Updated on

Loading Error in PhoneGap desktop app

Alt Text

step1

After installing #Phonegap desktop app
Navigate to this folder address C:\Program Files (x86)\Adobe\PhoneGap\PhoneGap Desktop\resources\app.asar.unpacked\bin and run postinstall. You will get an errors of npm ERR! node v6.3.1, npm ERR! npm v3.10.3, npm ERR! code EMISSINGARG

Step2

Download the node v6
-Click on the following node v6 link[https://www.youtube.com/redirect?redir_token=fxkeAmGR__l6MbOpJAdurx1avgF8MTU5MzA1Mzk4NEAxNTkyOTY3NTg0&q=http%3A%2F%2Fgestyy.com%2Fe0nU6U&event=video_description&v=j8PWNSc-FI4] to download the "node-v6.17.1-win-x86" file.

  • Extract the "node-v6.17.1-win-x86" file
  • Navigate to "node_modules" folder
  • Navigate to "npm" folder, make the npm folder a zip file
  • copy and paste the zip file into this file address C:\Program Files (x86)\Adobe\PhoneGap\PhoneGap Desktop\resources\app.asar.unpacked\bin
  • Then run postinstall again Boom 💥💥💥

Thanks for reading!!!

for more reference check out this Youtube video 👇

youtube root resource[https://www.youtube.com/watch?v=j8PWNSc-FI4]

Top comments (0)