Trying to install daypilot-pro-angular with Yarn Berry fails with the following error:
➤ YN0000: ┌ Resolution step
➤ YN0013: │ daypilot-pro-angular@https://npm.daypilot.org/daypilot-pro-angular/trial/2023.2.5574.tar.gz can't be found in the cache and will be fetched from the remote server
➤ YN0001: │ Error: EEXIST: file already exists, mkdir 'node_modules/daypilot-pro-angular/esm2020/lib'
at makeError ([worker eval]:1:9150)
at EEXIST ([worker eval]:1:9699)
at ZipFS.mkdirSync ([worker eval]:1:48118)
at extractArchiveTo ([worker eval]:1:466775)
at async MessagePort.<anonymous> ([worker eval]:1:468587)
➤ YN0000: └ Completed in 7s 192ms
➤ YN0000: Failed with errors in 7s 193ms
## Environment
$ ng version
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 15.2.7
Node: 16.19.1
Package Manager: yarn 3.5.1
OS: linux x64
Angular: 15.2.8
... animations, common, compiler, compiler-cli, core, forms
... platform-browser, platform-browser-dynamic, router
Package Version
---------------------------------------------------------
@angular-devkit/architect 0.1502.7
@angular-devkit/build-angular 15.2.7
@angular-devkit/core 15.2.7
@angular-devkit/schematics 15.2.7
@angular/cli 15.2.7
@schematics/angular 15.2.7
rxjs 7.8.1
typescript 4.9.5
## How to reproduce
$ ng new dayplot-test --minimal --package-manager yarn
$ cd daypilot-test
$ yarn set version berry
$ yarn install
$ yarn add daypilot-pro-angular@https://npm.daypilot.org/daypilot-pro-angular/trial/2023.2.5574.tar.gz