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
Tried to install in ironwood.master. Got some errors:
(edxapp) edxapp@hadoop:~/edx-platform$ npm i --save git+https://git@github.com/edx/frontend-app-gradebook\#open-release/ironwood.master
npm WARN deprecated react-router-redux@5.0.0-alpha.9: This project is no longer maintained.
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
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 fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.3 (node_modules/sane/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN bootstrap@4.5.0 requires a peer of popper.js@^1.16.0 but none is installed. You must install peer dependencies yourself.
npm WARN eslint-config-airbnb-base@11.3.2 requires a peer of eslint-plugin-import@^2.7.0 but none is installed. You must install peer dependencies yourself.
npm WARN eslint-config-airbnb-base@3.0.1 requires a peer of eslint@^2.9.0 but none is installed. You must install peer dependencies yourself.
npm WARN karma-selenium-webdriver-launcher@0.0.4 requires a peer of selenium-webdriver@^2.44.0 but none is installed. You must install peer dependencies yourself.
npm WARN @edx/frontend-auth@1.3.2 requires a peer of react@^16.4.2 but none is installed. You must install peer dependencies yourself.
npm WARN @edx/frontend-auth@1.3.2 requires a peer of redux@^4.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @edx/frontend-component-footer@1.0.0 requires a peer of @edx/paragon@^3.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN @edx/frontend-component-footer@1.0.0 requires a peer of clean-webpack-plugin@^0.1.19 but none is installed. You must install peer dependencies yourself.
npm WARN @edx/frontend-component-footer@1.0.0 requires a peer of copy-webpack-plugin@^4.6.0 but none is installed. You must install peer dependencies yourself.
npm WARN @edx/frontend-component-footer@1.0.0 requires a peer of html-webpack-plugin@^3.2.0 but none is installed. You must install peer dependencies yourself.
npm WARN @edx/frontend-component-footer@1.0.0 requires a peer of react@^16.4.2 but none is installed. You must install peer dependencies yourself.
npm WARN @edx/frontend-component-footer@1.0.0 requires a peer of react-dom@^16.2.0 but none is installed. You must install peer dependencies yourself.
npm WARN @edx/frontend-component-footer@1.0.0 requires a peer of webpack@^4.19.1 but none is installed. You must install peer dependencies yourself.
npm WARN @edx/frontend-component-footer@1.0.0 requires a peer of webpack-merge@^4.2.1 but none is installed. You must install peer dependencies yourself.
npm WARN edx@0.1.0 No repository field.
npm WARN edx@0.1.0 No license field.
+ @edx/gradebook@0.1.0
updated 1 package in 29.124s
Then sets WRITABLE_GRADEBOOK_URL = 'http://localhost:1994' in lms/envs/common.py and restart services, but sudo lsof -i -P -n | grep 1994 gives empty set and
curl -X GET http://localhost:1994/course-v1:edX+DemoX+Demo_Course
curl: (7) Failed to connect to localhost port 1994: Connection refused
The text was updated successfully, but these errors were encountered:
Tried to install in ironwood.master. Got some errors:
Then sets WRITABLE_GRADEBOOK_URL = 'http://localhost:1994' in lms/envs/common.py and restart services, but
sudo lsof -i -P -n | grep 1994
gives empty set andThe text was updated successfully, but these errors were encountered: