I'm unable to get the Sample App or Customization Examples running. Tried a few different setups, all with fresh installs of node v16.20.2 and latest version of this repo.
- Windows: seems to not be intended to run here (
package.json scripts include e.g. rm command)
- WSL: This does somewhat work (have to jump through hoops for the host ip address), but trying the
start:customizations-example script throws errors unless I separately run npm install stream-chat-angular (doesn't seem to want to use the local version). Even then, there are related issues that I haven't bothered working through.
- Mac (latest): chokes up with the below error when trying to run the initial
npm install. Attempting to remove the offending puppeteer from package.json just leads to other errors.
There are also other warnings like the below which make me wonder if node 16 is the version intended for running this, or should I try on node 14?

I'm unable to get the Sample App or Customization Examples running. Tried a few different setups, all with fresh installs of node v16.20.2 and latest version of this repo.
package.jsonscripts include e.g.rmcommand)start:customizations-examplescript throws errors unless I separately runnpm install stream-chat-angular(doesn't seem to want to use the local version). Even then, there are related issues that I haven't bothered working through.npm install. Attempting to remove the offendingpuppeteerfrompackage.jsonjust leads to other errors.There are also other warnings like the below which make me wonder if node 16 is the version intended for running this, or should I try on node 14?
