mashery / iodocs

Interactive API documentation system
MIT License
1.89k stars 415 forks source link

iodocs npm start don't run on mac #238

Open PanYuntao opened 9 years ago

PanYuntao commented 9 years ago

hi, I run 'npm start' fails like this error ,but ‘config.json file already exists in root path.

Starting child process with 'node app'
File /Users/flat_peach/Downloads/iodocs/config.json not found or is invalid.  Try: `cp config.json.sample config.json`
Program node app exited with code 1
chuvpilo commented 9 years ago

Duplicate. Solution in https://github.com/mashery/iodocs/issues/225

update package.json to:

"node-json-minify": ">= 0.1.3-a"
PanYuntao commented 9 years ago

@chuvpilo That's OK ! Thanks for your help~

chuvpilo commented 9 years ago

Any time @PanYuntao :)