You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Hook Machine clones Git repositories and run npm install. If that step fails, the script stops, but the repository folder is left as-is. The next time the machine performs a task on that repository, if no commit was made to that repo in the meantime, the machine will assume that everything is up and running in the repository folder.
It should rather drop the repository folder altogether or flag it somehow to have the machine attempt another npm install later on.
The Hook Machine clones Git repositories and run
npm install. If that step fails, the script stops, but the repository folder is left as-is. The next time the machine performs a task on that repository, if no commit was made to that repo in the meantime, the machine will assume that everything is up and running in the repository folder.It should rather drop the repository folder altogether or flag it somehow to have the machine attempt another
npm installlater on.