D
D
DmitryLife2021-06-27 13:47:29
Node.js
DmitryLife, 2021-06-27 13:47:29

How to solve problem with NPM modul "semver"?

Good afternoon. I'm trying to use npm. But it gives a trace. error:
60d85712e2d32382738286.jpeg

I have already reinstalled node JS and NPM. Did not help. I do not quite understand the essence of the problem.

I will be grateful for your help!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
Brendan Castaneda, 2021-07-01
@ae_ph

Try
the following This will remove other global modules you can use
sudo rm -rf /usr/local/lib/node_modules
sudo rm -rf ~/.npm
brew uninstall --force node
brew install node
See here for more details

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question