I have been stuck in the process of npm install sill install loadAllDepsIntoIdealTree

When using the npm install command to package the front-end project, I found that the progress has been stuck in sill install loadAllDepsIntoIdealTree, and it is still the same after stopping. This situation may be a network problem.

1. If you are domestic, you can consider replacing it with Taobao's mirror file

1. Switch download source

npm config set registry https://registry.npm.taobao.org

2. Check if the switch is successful

npm config get registry

3. Continuenpm config get registry

2. Or use the ladder extranet to download

Guess you like

Origin blog.csdn.net/david2000999/article/details/114800653