Skip to content

Commit 5541289

Browse files
committed
Update readme for conflicts
1 parent 2180581 commit 5541289

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ then you need to bootstrap the micromodules
3939
$ lerna bootstrap
4040
```
4141

42+
to avoid conflicts on node_modules, delete those generated by lerna:
43+
44+
```shell
45+
$ rm -rf apps/st2-workflows/node_modules/
46+
```
47+
4248
and finally run build system to fetch the font, compile css and so on
4349

4450
```shell

0 commit comments

Comments
 (0)