npm2yarn "couldn't auto-convert command" error message #8732
Labels
bug
An error in the Docusaurus core causing instability or issues with its execution
closed: wontfix
A fix will bring significant overhead, or is out of scope (for feature requests)
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
When using the
npm2yarn
plugin, if you specify the shorthand commandnpm start
, the plugin will display an error# couldn't auto-convert command
when the Yarn tab is selected.If you provide the full command
npm run start
then there are no errors displayed in the Yarn tab.Reproducible demo
https://stackblitz.com/edit/github-7sb7wc?file=docs%2Fintro.md
Steps to reproduce
Expected behavior
I expected the Yarn tab to properly display
yarn start
with no errorsActual behavior
An error is displayed
# couldn't auto-convert command
Your environment
Self-service
The text was updated successfully, but these errors were encountered: