[Feature Request] Tell user to run npm install, if compile error happens after grabbing latest commits #781

Closed
opened 2025-01-14 02:13:41 -08:00 by Animan8000 · 2 comments
Contributor

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.

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.
Author
Contributor

Or alternatively that the server does it on it's own, if it detects that issue? (if possible)

Or alternatively that the server does it on it's own, if it detects that issue? (if possible)
Owner

Or you could just follow the guide that tells you to do npm i after doing git pull. Plus, not much we can do to detect an error if we failed to boot.

Or you could just follow the guide that tells you to do `npm i` after doing `git pull`. Plus, not much we can do to detect an error if we failed to boot.
Sign in to join this conversation.
No description provided.