sip.js:46 Uncaught TypeError: Cannot set property 'SIP' of undefined
at webpackUniversalModuleDefinition (sip.js:46)
at sip.js:47
webpackUniversalModuleDefinition @ sip.js:46
(anonymous) @ sip.js:47
Any help will be appreciated.
Thanks in advance.
import * as SIP from '../node_modules/sip.js/dist/sip.js'import * as SIP from './sip.js'import * as SIP from '../node_modules/sip.js'import * as SIP from "sip.js";import * as SIP from './sip.js' (index):1 Uncaught SyntaxError: The requested module './sip.js' does not provide an export named 'UA'Uncaught TypeError: Failed to resolve module specifier "sip.js". Relative references must start with either "/", "./", or "../".import * as SIP from '../node_modules/sip.js/lib/index.js'index.js:2 Uncaught ReferenceError: exports is not defined
at index.js:2
(anonymous) @ index.js:2