[BUG] Install fails if "bin" script doesn't exist · Issue #2632 · npm/cli

Current Behavior: In a workspace, npm install fails for a package with a "bin" script defined in package.json that doesn't exist. NPM tries to chmod the non-existent "bin" script, resulting in ENOE...