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

Feedback: Add vfox as an Alternative version managers in Install Node.js on Windows #5354

Open
linghengqian opened this issue Mar 19, 2025 · 1 comment
Assignees
Labels

Comments

@linghengqian
Copy link

linghengqian commented Mar 19, 2025

Type of issue

Other (describe below)

Feedback

winget install version-fox.vfox

if (-not (Test-Path -Path $PROFILE)) { New-Item -Type File -Path $PROFILE -Force }; Add-Content -Path $PROFILE -Value 'Invoke-Expression "$(vfox activate pwsh)"'

# Open a new PowerShell 7 terminal
vfox add nodejs
vfox install nodejs@18.20.7
vfox use --global nodejs@18.20.7
corepack enable
npm --version
node --version
corepack --version
@linghengqian linghengqian changed the title Feedback: Added vfox as an Alternative version managers in Install Node.js on Windows Feedback: Add vfox as an Alternative version managers in Install Node.js on Windows Mar 19, 2025
@linghengqian
Copy link
Author

  • I could open a PR for this, but I'm not sure what the ms doc committer's opinion would be.

@mattwojo mattwojo self-assigned this Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants