You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
yarn
yarn start
Expected behavior
The app compiles correctly.
The text was updated successfully, but these errors were encountered: