NPM: npm installation hangs on fetchMetaData & # 8594; addTmpTa

I downloaded the react js Github project and tried npm install in this project. Npm installation hangs on fetchMetaData -> addTmpTa . My network connection is good, tried to find this problem on Google, but could not find anything. Any help would be greatly appreciated. If you know what addTmpTa does during installation, please make a comment below.

+5
source share
1 answer

try running the npm command from the command line "node.js" and remember to run it as an administrator. it solved my problem;

0
source

Source: https://habr.com/ru/post/1258386/


All Articles