Skip to content

Vue Js not compile in Linux base. #100

@rjsfigueiredo

Description

@rjsfigueiredo

I am encountering an issue with the localStorageDB package on Linux-based systems due to inconsistent casing between the file names in the resources folder and references in the d.ts file.

On Linux-based systems, file names are case-sensitive. The folder inside node_modules is named in lowercase (localstoragedb), but the localStorageDB.d.ts file references this folder with uppercase letters (localStorageDB). This discrepancy results in errors when trying to use the package.

Steps to Reproduce:
Install the package on a Linux-based system.
Attempt to import or use the localStorageDB library in a Node.js project.
Observe the case mismatch errors due to the file naming issue.
Expected Behavior:
The package should work seamlessly on Linux-based systems, regardless of case sensitivity in file names.

Actual Behavior:
Errors occur because the Linux-based file system treats localStorageDB and localstoragedb as different.

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