'Installing Firebase tools: Stuck at downloading Chromium

I am trying to run in the terminal of the vs code since I plan to host this online already:

npm install -g firebase-tools

But it is stuck here: enter image description here

This is my package.json

enter image description here

The version of node.js installed in my computer is: v14.15.4



Solution 1:[1]

Can you try the command with --loglevel verbose

This will show the log information, may point to the issue.

The install generally is pretty smooth, without any problems.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1