mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 16:29:47 +02:00
feat(npm-to-yarn): add support for PnPm and custom converters (#8690)
Co-authored-by: Ben Gubler <nebrelbug@gmail.com> Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
This commit is contained in:
parent
17781fd5d3
commit
fabf053def
11 changed files with 411 additions and 66 deletions
|
@ -38,10 +38,10 @@ npx @docusaurus/migrate migrate ./v1-website ./v2-website
|
|||
|
||||
3. To view your new website locally, go into your v2 website's directory and start your development server.
|
||||
|
||||
```bash
|
||||
```bash npm2yarn
|
||||
cd ./v2-website
|
||||
yarn install
|
||||
yarn start
|
||||
npm install
|
||||
npm start
|
||||
```
|
||||
|
||||
:::danger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue