Skip to content
This repository was archived by the owner on Jun 15, 2024. It is now read-only.
This repository was archived by the owner on Jun 15, 2024. It is now read-only.

copyProjectFile should NOT call init() every time #165

@ShlomoVinny

Description

@ShlomoVinny

Init() has been called in install() already and should only be called ONCE per run, or else it just deletes all the previously copied files, like the package.json file, which lead me to believe there was an error with copying, but there is not.
The issue is due to these recurrent init() calls.

Solution: Remove this.init(); from line 87 in Dependencies.js

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