[Feature Request] Tell user to run npm install, if compile error happens after grabbing latest commits #781
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have every now and then a compile error after grabbing the latest commits, and so far
npm install
to update the packages fixes it. Would be useful if the user gets aware to try that first, if a compile error happens.Or alternatively that the server does it on it's own, if it detects that issue? (if possible)
Or you could just follow the guide that tells you to do
npm i
after doinggit pull
. Plus, not much we can do to detect an error if we failed to boot.