mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-23 05:57:05 +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
3a73ce5ee1
commit
a8ab309ec8
11 changed files with 416 additions and 70 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