I'm running this command: npm install babel-preset-es2015 --save-dev
, but it is very slow!
Also, Execute other codes (code below) has done very slow:
npm init
npm install babel-cli babel-core --save-dev
I got this link to help fix the problem, but the problem is not resolved:
'npm install' extremely slow on Windows
I'm using Windows 10 and Git Bash to run commands with the latest npm version.
Who can help?