Closed azasdimi closed 2 years ago
@azasdimi I believe I know what is happening. I should have a fix out soon
:tada: This issue has been resolved in version 2.17.15 :tada:
The release is available on:
npm package (@latest dist-tag)
Your semantic-release bot :package::rocket:
Hello, when releasing our Application from Azure DevOps, we encounter this error:
2022-06-17T12:23:12.2811600Z Copying file: 'node_modules/ibm-cloud-sdk-core/ibm-cloud-sdk-core.d.ts'
2022-06-17T12:23:12.2815569Z Error: EISDIR: illegal operation on a directory, open '/home/site/wwwroot/node_modules/ibm-cloud-sdk-core/docs'
We noticed that this error started popping up with the latest releases of your package. And specifically because the /docs directory is now appearing as a file.
We mitigated it, by downgrading to version: 2.17.10 which the error doesn't appear.
Do you have any solutions for that issue apart from downgrading? Is this error planned to be fixed at a later release?
Thank you in advance.