Describe the bug
When trying to compile the React project per the readme, getting the following compilation error:
./src/direflow-component/App.tsx
Module not found: Can't resolve '@uuip/unified-ui-platform-sdk' in '/Users/Ed/Dropbox_Personal/Dev/webex-contact-center-widget-starter/react/src/direflow-component'
^CAssertion failed: (0), function uv_close, file ../deps/uv/src/unix/core.c, line 178.
To Reproduce
Steps to reproduce the behavior:
- In the react folder, do
yarn
- Then do
yarn start
Expected behavior
The app compiles correctly.
- OS: Mac OSX 12.6.5
- Node: v16.19.1
- Yarn: v1.22.19