You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
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..
The text was updated successfully, but these errors were encountered:
devs1991
changed the title
issues while installing edx-analytics on bitnami version of open edx
issue while installing edx-analytics on bitnami version of open edx
Mar 23, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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..
The text was updated successfully, but these errors were encountered: