Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.
This repository was archived by the owner on May 15, 2025. It is now read-only.

The requested module does not provide an export named FitAddon #1

@dxlliv

Description

@dxlliv

It throws this error

The requested module '@xterm/addon-fit/lib/addon-fit.js?v=66aaad14' does not provide an export named 'FitAddon'

if you try to launch app-xterm, when installed via GitHub like

npm install github:owdproject/app-xterm @xterm/xterm @xterm/addon-fit

and

// owd.config.ts
import AppXterm from './desktop/apps/app-xterm/owd.config'

export const owdConfig = {
    theme: ['github:owdproject/theme-win95', { install: true }],

    apps: [
       './desktop/apps/app-xterm',
    ],

    loader: async () => {
        await defineDesktopApp(AppXterm)
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions