What's new

Closed Apache cordova

Status
Not open for further replies.

jeyrocksyou

Honorary Poster
Joined
Jul 6, 2016
Posts
285
Reaction
136
Points
164
Age
29
Sir/maan patulong naman po,,, hndi ko kasi ma install ang apache cordova ang lumalabas sa cmd terminal is error ex tracking jparse.... completo nmn mga requirement ko,,, may adroid sdk, apache ant, get hub at node.js ,,, need kopo kasi sa thesis nmin,, hybrid application kasi gagawin kong app,,, please help po,,,

ito po gnagaw ko,, sinonod kolng instruction sa site ng apachecordova.org ,, pati requirement,,
npm -g install cordova
imbes na mag install
error accured during extracking gparse...

upload_2017-7-18_7-34-20.png
 

Attachments

Pwede po pa-upload nung package.json file niyo, may sisilipin lang ako.
Diyan daw kasi yung problem e.
 
Hmm...
Yung package.json i-edit niyo po yung value ng keys
  • preferGlobal
  • publishtest
Dapat meron yang quotation marks.
 
Yung value po, hindi yung key.
"preferGlobal": true

"publishtest": false

Lagyan niyo po ng quotation mark yung values.
Bale dapat ganito.

"preferGlobal": "true"
"publishtest": "false"
 
Next time gamit ka na lang ng mas okay na text editor or IDE na may linting gaya ng sublime text, atom, vs code, bracket or webstorm para mabawasan yung mga ganyang klaseng lapses sa code.
 
Next time gamit ka na lang ng mas okay na text editor or IDE na may linting gaya ng sublime text, atom, vs code, bracket or webstorm para mabawasan yung mga ganyang klaseng lapses sa code.
master may link ka sa webstorm?
 
Status
Not open for further replies.

Similar threads

Back
Top