Skip to content

Commit fbdc4dd

Browse files
authored
Merge pull request #903 from StackStorm/update_readme
2 parents 2180581 + 5541289 commit fbdc4dd

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)