Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion integrate-forms-angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ For further explanation please refer to the How-To.
To run the project, you need to start Flowable Work on port 8080 (or change the [proxy.conf.json](./src/proxy.conf.json)) and run the following commands:

```bash
npm install
npm install --force
npm run start
```

Note: `npm install --force` helps resolve the apparent conflict between rxjs 7 and redux-observable 1, coming transitively from the Flowable Forms dependency.
Loading