Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

npm ERR! Cannot read properties of null (reading 'children')

Tags:

npm

I am on my VSCode terminal and when I try using npm install or to install any package, I get this error:

npm ERR! Cannot read properties of null (reading 'children')

I have cleared cache using: npm cache clear --force and have run npm install again and all still remains the same.

What can I do?

like image 991
AnatuGreen Avatar asked Oct 11 '25 17:10

AnatuGreen


1 Answers

I came across a solution Here to downgrade the Npm by running this in terminal:

npm install -g [email protected]

And it worked.


Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!