Home > database >  stop "npm install" at [..................] | idealTree:regal: sill idealTree buildDeps
stop "npm install" at [..................] | idealTree:regal: sill idealTree buildDeps

Time:01-12

when I try to run

npm install

it stop at this error

[..................] | idealTree:regal: sill idealTree buildDeps

I have tried for fix it for a long time and I tried several ways but it was not work. PLZ help me if you are informed.

CodePudding user response:

It can sometimes take a lot of time. Espicially if you aborted a prevous npm install.

I would recommend deleting your node_modules folder, and run npm install again.

CodePudding user response:

  1. You can use the following command to set it as the image source of Taobao:

     npm config set registry https://registry.npm.taobao.org
    
  2. Use the following command to verify success:

     npm config get registry
    
  3. Continue running:

     npm install
    

    will show successful installation

  •  Tags:  
  • Related