Hacker News new | ask | show | jobs
by blntechie 1905 days ago
Running ‘mvn install’ on even a simple Spring project with default dependencies is scary to watch on the console. So many things happen and it’s not even the verbose mode.

Running ‘dotnet build’ is much more saner and one can reasonably understand what happens.

1 comments

Try `npm install` then..