-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
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 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. - Mac (latest): chokes up with the below error when trying to run the initial
npm install
. Attempting to remove the offendingpuppeteer
frompackage.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?
Metadata
Metadata
Assignees
Labels
No labels