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
{{ message }}
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
serverless-layers/src/package/Dependencies.js
Line 87 in 842eb7c
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.jsThe text was updated successfully, but these errors were encountered: