Skip to content

Commit

Permalink
docs: fix remove node-modules command
Browse files Browse the repository at this point in the history
  • Loading branch information
TitanKuzmich committed Oct 2, 2023
1 parent e92f026 commit 5ebf42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ npx lerna bootstrap --scope [имя пакета 1] --scope [имя пакета
Если возникла какая-либо проблема со сборкой, можно попробовать полностью удалить все зависимости и установить их заново:

```sh
rm -rm ./node_modules/
rm -rf ./node_modules/
npm ci
npx lerna clean -y
npx lerna bootstrap
Expand Down

0 comments on commit 5ebf42a

Please sign in to comment.