Skip to content

Remove node_modules from repository? #8

@Jisu-Woniu

Description

@Jisu-Woniu

Typically, node_modules/* is not added to git repositories, since it tends to change and can always be downloaded from npm or other sources.

I would suggest add it to .gitignore and run git rm -r --cached node_modules to remove it from index (while keep it in local directory).

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