-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in building the plugin #15
Comments
@razbikel, can you please provide the output of these two commands?
Specifically, I'm expecting to see
And I am expecting this directory to exists:
|
Hi, the output of executing these commands: [email protected] /Users/razb/Desktop/plugins/plugin-supervisor-barge-coach Macbook-RazBikel:plugin-supervisor-barge-coach razb$ ls node_modules/@babel/plugin-proposal-private-methods |
@razbikel mmm, what version of Node do you have? i.e. |
@ktalebian node version: v14.17.5 |
@ktalebian |
@razbikel I do not, I tried to replicate this on a Windows and couldn't do so. I would recommend a googling of |
Hi,
I would like to ask you some help in using this plugin:
When trying to build the plugin I get this error -
I tried to fix this by define the set and get methods in src/services/LocalCacheClient.js as public, and the plugins was built.
However, we are having difficulties in enabling the coach mode – when supervisor tries to talk privately to an agent (without the customer being able to hear) both the agent and the customer can hear the supervisor.
For enabling the coach mode with the agent - the supervisor turns on the right button and unmute himself with the left button. Is this the right way to use this plugin for coach mode?
Thanks.
The text was updated successfully, but these errors were encountered: