Skip to content
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

Cannot find module './verto' #3

Open
AhreemaSheikh opened this issue Nov 10, 2022 · 1 comment
Open

Cannot find module './verto' #3

AhreemaSheikh opened this issue Nov 10, 2022 · 1 comment

Comments

@AhreemaSheikh
Copy link

AhreemaSheikh commented Nov 10, 2022

verto = require('./verto')

  1. I used verto.js file from https://github.com/freeswitch/verto-client/blob/master/js/src/jquery.verto.js as discussed in issue missing verto.js #1 but it didn't work.
  2. I used verto.js file from https://libraries.io/npm/vertojs as discussed in the issue missing verto.js #1 but it didn't work.
  3. I have installed "verto" and "vertojs" using npm and using vertojs updating the line # 3 as verto = require('vertojs') then I get the following error

var fsV = new verto(verto); TypeError: verto is not a constructor

image

Can anyone please specify which module I need to install to run this project?

Thank you in anticipation.

@cnscns
Copy link

cnscns commented Sep 12, 2024

Have solved this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants