-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
download: restore preamble in download snippets #7360
Conversation
See https://nodejs-hj4exhlax-openjs.vercel.app/en/download/package-manager (preview from nodejs#7323) for the previous version See nodejs#7351 (comment) for removal context
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (5)
- apps/site/snippets/en/download/brew.bash: Language not supported
- apps/site/snippets/en/download/choco.bash: Language not supported
- apps/site/snippets/en/download/docker.bash: Language not supported
- apps/site/snippets/en/download/fnm.bash: Language not supported
- apps/site/snippets/en/download/nvm.bash: Language not supported
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fast-tracking this PR! Note that some of these will completely change on #7357
Thanks! |
See https://nodejs-hj4exhlax-openjs.vercel.app/en/download/package-manager (preview from #7323) for the previous version
See #7351 (comment) for removal context
Description
Restores package manager setup instructions, as they were prior to #7351.
Validation
this PR's preview will confirm that.
Related Issues
See above.
Check List
npm run format
to ensure the code follows the style guide.npm run test
to check if all tests are passing.npx turbo build
to check if the website builds without errors.