Bharat
Bharat

Reputation: 3007

Getting error while installing phone gap in MAC osx?

I'm trying on install Phonegap in my MAC os(10.10), i have xcode 6.1.1 installed in my system. I'm following this and this link to install phonegap and installed Node.js and Command-Line Interface (CLI), but when i try to run this command npm install -g phonegap, i got error like shown in screen shot- enter image description here Please suggest me what i'm missing.Any help would be appreciated.

Upvotes: 0

Views: 71

Answers (1)

Nurdin
Nurdin

Reputation: 23883

Add sudo

sudo npm install -g phonegap

Upvotes: 1

Related Questions