wellsjo / JSON-Splora

GUI app for editing, visualizing, and manipulating JSON data
MIT License
1.86k stars 60 forks source link

Issue On install Mac #60

Closed shmdhussain closed 7 years ago

shmdhussain commented 7 years ago

I am having issue in installing in MAC OSX 10.10.5 Yosemite, see the Screenshot

screen shot 2016-12-08 at 13 00 07

wellsjo commented 7 years ago

Hmm...first, you shouldn't install with sudo on Mac. What happens without sudo?

It looks like your /usr/local doesn't have the right permissions.

wellsjo commented 7 years ago

I'm closing this for now.

shmdhussain commented 7 years ago

Yes. without sudo installation is working. But when I try to run on any json file I am getting the error as in screenshot screen shot 2016-12-12 at 15 24 59

Am I running it correctly?. Is it possible to test on json data in clipboard(unsaved data)

shmdhussain commented 7 years ago

Here is the termoinal screenshot on installing screen shot 2016-12-12 at 15 28 15

wellsjo commented 7 years ago

Ah, it appears you are using an outdated version of node, since it can't understand destructuring assignment. You should update to at least 6.8.1 to get it to work. http://node.green/