You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, the previous version in which this bug was not present was: ....
Description
After linking the project with a custom library (my_custom_lib), I tried in vain to compile the project without success. On each attempt I have the error displayed below despite manual removal of the dist directory.
Thanks for our help.
Best Regards
🔬 Minimal Reproduction
npm i
npm link my_custom_lib
ng build
🔥 Exception or Error
Copying assets
ERROR: EEXIST: file already exists, mkdir 'C:\Users\me\ANGULAR\pci-2011-ts-demo-master\dist\pci-ts-demo\src\assets_dmo\images'
An unhandled exception occurred: EEXIST: file already exists, mkdir 'C:\Users\me\ANGULAR\pci-2011-ts-demo-master\dist\pci-ts-demo\src\assets_dmo\images'
See "C:\Users\ME~1\AppData\Local\Temp\ng-oZYljU\angular-errors.log" for further details.
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: ....Description
After linking the project with a custom library (my_custom_lib), I tried in vain to compile the project without success. On each attempt I have the error displayed below despite manual removal of the dist directory.
Thanks for our help.
Best Regards
🔬 Minimal Reproduction
npm i
npm link my_custom_lib
ng build
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
The text was updated successfully, but these errors were encountered: