Posts by Mayron Cachina • 71 points
2 posts
-
2
votes1
answer255
viewsA: Error installing phonegap by npm
Try this: sudo npm cache clean -f sudo npm install -g n sudo n stable
-
2
votes1
answer89
viewsA: 3MB Phonegap Application increases to almost 220MB. Can you explain it to me?
Did you clone the whole folder straight from bitbucket? If this happens it takes ALL the git reference, that’s probably the cause... Try this command to get only the files: git archive --format zip…