'stop "npm install" at [..................] | idealTree:regal: sill idealTree buildDeps
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.
Solution 1:[1]
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.
Solution 2:[2]
I installed the lates node version using nvm install node. Trying to install any package e.g. npm install --global yarn failed the same way you describe.
For me, downgrading node (in my case to v16.2.0) did the trick.
Using a MacBook Pro with M1 chip running macOS 12.2.1
Solution 3:[3]
I had the same issue, removing the "package-lock.json" file and fixed the issue. you can try this, you would be helpful
Solution 4:[4]
Downgrade the nodejs using nvm to 16.0.0 was my great solution
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 | tauzN |
| Solution 2 | Dharman |
| Solution 3 | Siddhartha Mukherjee |
| Solution 4 | Assis JĂșnior |
