Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install in Ironwood.master #139

Open
eazaika opened this issue Jul 1, 2020 · 0 comments
Open

Install in Ironwood.master #139

eazaika opened this issue Jul 1, 2020 · 0 comments

Comments

@eazaika
Copy link

eazaika commented Jul 1, 2020

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant