I'm working on an ASP.NET Core 3.1 application and decided to use npm to manage front end libraries, right now they should be few, but that might change in the future.
I have seen several similar questions, but they all seem to be a little outdated:
How to use NPM and install packages inside Visual Studio 2017?
How to use npm with ASP.NET Core
I intend to use npm to install the required libraries on the CI environment, I remember being able to integrate npm commands into the dotnet ones and would like to know if it is possible/recommendable.
What is the recommended approach to use npm in this newer version of ASP.NET Core?