Example on npm package not working?

When running

import Vapi from '@vapi-ai/web';
const vapi = new Vapi('*****');


I get the following error:

TypeError: Vapi is not a constructor
image.png
Was this page helpful?