Skip to content

Make 'npm install' during init configurable. #240

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

Merged
merged 1 commit into from
Jun 19, 2023

Conversation

falkzoll
Copy link
Contributor

  • Use environment variable OW_ENABLE_INIT_INSTALL ('true', 'false') to decide if 'npm install' during init should be done or not. The default is 'true' (do an install). Reason to do not run the 'npm install' is that takes time and that production load may not want to install untested module versions.

- Use environment variable OW_ENABLE_INIT_INSTALL ('true', 'false') to decide if 'npm install' during init should be done or not.
  The default is 'true' (do an install). Reason to do this is that 'npm install' takes time and that production load may not want to install untested module versions.
@Luke-Roy-IBM Luke-Roy-IBM self-requested a review June 19, 2023 15:03
Copy link
Member

@Luke-Roy-IBM Luke-Roy-IBM left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@Luke-Roy-IBM Luke-Roy-IBM merged commit 28ac4c0 into apache:master Jun 19, 2023
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.

2 participants