Skip to content

[Bug] Include package-lock.json #192

Closed
@stefnotch

Description

Describe the bug

Adding the package-lock.json file to the .gitignore is probably not what users of the template expect. Essentially, an Electron app is an application, and not a library. And with an application, one definitely wants to be able to recreate it anytime.

However, if there's not package-lock.json, it's possible that some dependencies change, and suddenly, the previously-working application cannot be built anymore.

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions