Skip to content

Commit 480b9d8

Browse files
committed
BUGFIX: Enable the yarn workspace feature by adding a yarnrc
1 parent fdd4383 commit 480b9d8

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
workspaces-experimental true

packages/create-react-microservice-scaffold/src/docs/basics/Prerequisites.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ While we try to keep the effort of setting up your system as small as possible,
66

77
- [NVM (Node Version Manager)](#nvm)
88
- [Yarn (Package Manager)](#yarn)
9-
- [Enabling Yarn's workspace feature](#yarn-workspace-feature)
109

1110

1211
<a id="nvm"></a>
@@ -39,13 +38,4 @@ yarn --version
3938

4039
We require at least `v1.3.2` to be installed, if it was not installed or if it's outdated, please head to the [Installation guide of yarn](https://yarnpkg.com/en/docs/install) and execute the necessary steps.
4140

42-
43-
<a id="yarn-workspace-feature"></a>
44-
## Enabling Yarn's workspace feature
45-
One of the most crucial step is that you enable the worksapce feature of yarn by executing the following command
46-
47-
```sh
48-
yarn config set workspaces-experimental true
49-
```
50-
5141
Afterwards you are good to go! :-)

0 commit comments

Comments
 (0)