issue while installing edx-analytics on bitnami version of open edx #653
Description
npm install
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN edx-analytics-dashboard@ No license field.
./node_modules/.bin/bower install
/home/docmode/edx-20160414-2/apps/edx/edx-analytics-dashboard/node_modules/bower/lib/node_modules/bower-config/lib/util/rc.js:71
throw error;
^
Error: Unable to parse /home/docmode/edx-20160414-2/apps/edx/edx-analytics-dashboard/.bowerrc: Unexpected token } in JSON at position 163
at parse (/home/docmode/edx-20160414-2/apps/edx/edx-analytics-dashboard/node_modules/bower/lib/node_modules/bower-config/lib/util/rc.js:64:21)
at /home/docmode/edx-20160414-2/apps/edx/edx-analytics-dashboard/node_modules/bower/lib/node_modules/bower-config/lib/util/rc.js:95:20
at Array.forEach (native)
at json (/home/docmode/edx-20160414-2/apps/edx/edx-analytics-dashboard/node_modules/bower/lib/node_modules/bower-config/lib/util/rc.js:87:14)
at rc (/home/docmode/edx-20160414-2/apps/edx/edx-analytics-dashboard/node_modules/bower/lib/node_modules/bower-config/lib/util/rc.js:34:13)
at Config.load (/home/docmode/edx-20160414-2/apps/edx/edx-analytics-dashboard/node_modules/bower/lib/node_modules/bower-config/lib/Config.js:16:20)
at readCachedConfig (/home/docmode/edx-20160414-2/apps/edx/edx-analytics-dashboard/node_modules/bower/lib/config.js:15:39)
at defaultConfig (/home/docmode/edx-20160414-2/apps/edx/edx-analytics-dashboard/node_modules/bower/lib/config.js:11:12)
at Object. (/home/docmode/edx-20160414-2/apps/edx/edx-analytics-dashboard/node_modules/bower/lib/index.js:16:32)
at Module._compile (module.js:573:32)
make: *** [requirements.js] Error 1
The above issue arises when i run make develop..
Any help on this issue..