Have you read the Contributing Guidelines on issues?
Prerequisites
Description
The problem is actively in the official docs here https://docusaurus.io/docs/installation#updating-your-docusaurus-version
On the line that says To check that the update occurred successfully, run:
The npm and yarn tabs are visible and usable, but clicking between them doesn't change the command below it.
This is likely an issue with the npm-to-yarn package being used, but perhaps this section could simply be re-worked to just avoid the issue entirely.
Reproducible demo
https://docusaurus.io/docs/installation#updating-your-docusaurus-version
Steps to reproduce
- Visit https://docusaurus.io/docs/installation#updating-your-docusaurus-version
Expected behavior
Expected tabs between yarn and npm to work correctly.
Actual behavior
The codeblock underneath the tabs stays on 'npx'
Your environment
Self-service
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clearoryarn clearcommand.rm -rf node_modules yarn.lock package-lock.jsonand re-installing packages.Description
The problem is actively in the official docs here https://docusaurus.io/docs/installation#updating-your-docusaurus-version
On the line that says
To check that the update occurred successfully, run:The
npmandyarntabs are visible and usable, but clicking between them doesn't change the command below it.This is likely an issue with the npm-to-yarn package being used, but perhaps this section could simply be re-worked to just avoid the issue entirely.
Reproducible demo
https://docusaurus.io/docs/installation#updating-your-docusaurus-version
Steps to reproduce
Expected behavior
Expected tabs between yarn and npm to work correctly.
Actual behavior
The codeblock underneath the tabs stays on 'npx'
Your environment
Self-service