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

Add support for private npm installs into edxapp. #185

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

michaelroytman
Copy link
Member


Make sure that the following steps are done before merging:

  • Have a Site Reliability Engineer review the PR if you don't own all of the services impacted.
  • If you are adding any new default values that need to be overridden when this change goes live, update internal repos and add an entry to the top of the CHANGELOG.
  • Performed the appropriate testing.

@@ -317,6 +317,16 @@
- install
- install:app-requirements

- name: Install private node dependencies
shell: "easy_install --version && npm clean-install"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this isn't the right command. I'm not sure how to

  • how to separate the installation of public and private npm modules, because the current command to install npm modules is npm clean-install.
  • how a package-lock.json is generated, since npm clean-install will need to compare against it

@michaelroytman michaelroytman force-pushed the michaelroytman/COSMO-683-private-npm-installs-edxapp branch from 25542ba to 38da6c5 Compare March 18, 2025 20:19
@michaelroytman michaelroytman force-pushed the michaelroytman/COSMO-683-private-npm-installs-edxapp branch from 38da6c5 to f9609bc Compare March 18, 2025 20:22
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

Successfully merging this pull request may close these issues.

1 participant