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

docs: Explain how to switch from nvm to nodejs_version, fixes #6204 #6207

Merged
merged 2 commits into from
May 20, 2024

Conversation

syzygy333
Copy link
Sponsor Contributor

The Issue

Use of nvm and cached version of node can occur if updating config file to use nodejs_version after previously using nvm in post-start hooks.

How This PR Solves The Issue

Adds a note to the nodejs_version documentation with instructions on how to clear the cache.

Tests

No tests necessary.

Related Issue Link(s)

Fixes #6204

Release/Deployment Notes

No special deployment actions needed. Documentation change only.

@syzygy333 syzygy333 requested a review from a team as a code owner May 17, 2024 16:00
@syzygy333 syzygy333 changed the title Add note to nodejs_version, fixes #6204 fix: Add note to nodejs_version, fixes #6204 May 17, 2024
@rfay
Copy link
Member

rfay commented May 17, 2024

Thanks!

@rfay rfay changed the title fix: Add note to nodejs_version, fixes #6204 fix: Explain how to switch from nvm to nodejs_version, fixes #6204 May 17, 2024
@rfay rfay changed the title fix: Explain how to switch from nvm to nodejs_version, fixes #6204 docs: Explain how to switch from nvm to nodejs_version, fixes #6204 May 17, 2024
Copy link
Member

@rfay rfay left a comment

Choose a reason for hiding this comment

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

Minor suggestion of alternate approach

docs/content/users/configuration/config.md Outdated Show resolved Hide resolved
@rfay rfay merged commit 1fe7af5 into ddev:master May 20, 2024
5 of 10 checks passed
jonesrussell pushed a commit to jonesrussell/ddev that referenced this pull request Jun 9, 2024
…6204 (ddev#6207) [skip ci]

Co-authored-by: Randy Fay <randy@randyfay.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How do I switch from nvm to nodejs_version
2 participants