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

npm version dependency missing from the documentation (OSOE-827) #96

Open
dministro opened this issue Mar 3, 2024 · 1 comment
Open
Labels
documentation Improvements or additions to documentation

Comments

@dministro
Copy link
Member

dministro commented Mar 3, 2024

return process.env.npm_config_local_prefix ?? process.env.LOMBIQ_NODEJS_EXTENSIONS_PROJECT_DIRECTORY;

The npm_config_local_prefix environment variable (introduced in npm v7.22.0, changelog) is used, but this version dependency is not mentioned in the documentation.

Jira issue

@dministro dministro added the documentation Improvements or additions to documentation label Mar 3, 2024
@github-actions github-actions bot changed the title npm version dependency missing from the documentation npm version dependency missing from the documentation (OSOE-827) Mar 3, 2024
@sarahelsaig
Copy link
Member

If the above linked line is falsey, it should also throw an exception explaining the problem because people tend to not read documentations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants