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

copyProjectFile should NOT call init() every time #165

Open
ShlomoVinny opened this issue Mar 21, 2024 · 0 comments
Open

copyProjectFile should NOT call init() every time #165

ShlomoVinny opened this issue Mar 21, 2024 · 0 comments

Comments

@ShlomoVinny
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant