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)