I've been running some commands in my terminal and keep getting a warning about '[email protected]' being deprecated. I'm not sure how to resolve this issue. Do I need to update something in the command prompt, or is there a chance the code I'm trying to compile is relying on an outdated module?
1 Answer
That warning typically indicates the module is outdated, but it usually doesn’t break anything. Most of the time, it’s not a big deal unless you run into specific issues with your build.

So, just to clarify, the outdated modules are in the files I'm compiling, or are they on my PC?