DEV Community

Volkan Taş
Volkan Taş

Posted on

2

Angular node-gyp error after updated my mac to Catalina

After I updated my mac os to Catalina, I realize that my angular projects was not working anymore. npm install was return an error related with node-gyp. I tried to node-gyp rebuild but it was still not working.

I fixed that problem with these codes:

rm -rf /Library/Developer/CommandLineTools
xcode-select --install

Source:
https://github.com/nodejs/node-gyp/issues/1861#issuecomment-547679016

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay