Ionic start - Stuck at "npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead."

Everytime I do “ionic start”, it gets stuck at

npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.

Then it doesn’t do anything. For hours. (I left my computer on over night).

It doesn’t matter if I try with templates or without.

Even the web wizard isn’t able to create a project for me. (see picture 2)

How can I fix this?

It sucks because I wanted to use this as part of my personal programming project in college. It doesn’t seems to have many ressources online.