Skip to content

Error - Module '"jsep"' has no exported member 'Jsep' #237

@HimanshuGoel

Description

@HimanshuGoel

I am getting an error Module '"jsep"' has no exported member 'Jsep' while importing the Jsep library by using the below statement -

import { Jsep } from 'jsep';

image

I am using the 1.3.8 version of Jsep library in a standard Angular 15 application.

However, it works fine when I use the default import syntax -

import jsep from 'jsep';

I have also created a minimal reproduction example on Github. Please refer to this link to open it on Stackblitz - https://stackblitz.com/github/HimanshuGoel/issues-reproduction-app/tree/jsep-issue-with-import?file=src%2Fapp%2Fapp.component.ts

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions