mirror of
https://github.com/strapi/strapi.git
synced 2025-12-25 22:23:10 +00:00
Fix small issues in the lerna docs
This commit is contained in:
parent
ed010184b1
commit
9b289f3b31
@ -2,11 +2,11 @@
|
||||
title: How to install packages
|
||||
slug: /how-to-install-packages
|
||||
tags:
|
||||
- content-type-builder
|
||||
- plugins
|
||||
- lerna
|
||||
- packages
|
||||
---
|
||||
|
||||
# Best practices for installing packages in the Strapi
|
||||
# Best practices for installing packages in Strapi
|
||||
|
||||
When working with the Strapi mono repo, it's important to follow best practices for installing packages to avoid potential issues and ensure consistent results. Instead of using the standard **`yarn add`** command, we recommend using **`yarn lerna add <package_name> --scope @strapi/<module_name>`** for installing packages.
|
||||
|
||||
@ -169,7 +169,7 @@ const sidebars = {
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'How to install packages',
|
||||
label: 'How to install',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: 'how-to-install-packages',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user