### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Run `npm init docusaurus -- -V`  publish 0.0.6 Run again:  --- I have no idea why it says: ```bash Need to install the following packages: create-docusaurus Ok to proceed? (y) ``` It even shows a download progress bar, and then the version stays at 0.0.5, despite 0.0.6 being published.  ### Expected Behavior After 0.0.6 publish, it should use that newly published version instead of the already installed one. This is also the behavior of `yarn create docusaurus -V` ### Steps To Reproduce See above ### Environment - OS: MacOS - Node: 16.10 - npm: 7.24.0 Could also reproduce on npm 6 / Node 12