"no receipt for 'com.apple.pkg.cltools_executables' found at '/'"
Above error is thrown while running 'npm install' for an angular 9 project in VS Code bash terminal for MacOS (Catalina)
Package.json dependencies:
    "@angular/animations": "~9.1.1",
    "@angular/common": "~9.1.1",
    "@angular/compiler": "~9.1.1",
    "@angular/core": "~9.1.1",
    "@angular/platform-browser": "~9.1.1",
    "@angular/platform-browser-dynamic": "~9.1.1",
    "@angular/router": "~9.1.1",
    "rxjs": "~6.5.4",
    "tslib": "1.10.0",
    "zone.js": "0.10.2"