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
Description:
I wanted to find out whether the program was installed or not. So I used ConnectInstaller.showInstall() function.
However the build fails because an error occurs: ReferenceError: window is not defined.
Description:
I wanted to find out whether the program was installed or not. So I used ConnectInstaller.showInstall() function.
However the build fails because an error occurs: ReferenceError: window is not defined.
Environment:
@ibm-aspera/connect-sdk-js: 5.0.0
Node version: 18.17.0
Browser version: Chrome 121.0.6167.184
Operating System: macOS Sonoma 14.3.1
Example:
maybe @[email protected]/node_modules/@ibm-aspera/connect-sdk-js/dist/esm/index.js 15:0
-> window.AW4 = __assign(__assign({}, AW4), windowIntegrations);
I think an error occurs here
The text was updated successfully, but these errors were encountered: