Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

SyntaxError: The requested module does not provide an export named 'default' Vue3 Vite #248

Open
@SIMONNABUKO

Description

@SIMONNABUKO

Describe the bug
I am using Vue3 and Vite. I installed the package and try using it in one of my components using the examples given but I got and error saying: ```Uncaught (in promise) SyntaxError: The requested module '/node_modules/lodash.orderby/index.js?v=6db64e0b' does not provide an export named 'default' (at settings.js?v=6db64e0b:5:8)


**Code**
The code with the error is in settings.js on line 5:
import orderBy from '/node_modules/lodash.orderby/index.js?v=6db64e0b'


Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions