IBM / node-sdk-core

The node-sdk-core repository contains core functionality required by code generated by the IBM OpenAPI SDK Generator.
Apache License 2.0
19 stars 24 forks source link

Error: EISDIR: illegal operation on a directory #201

Closed azasdimi closed 2 years ago

azasdimi commented 2 years ago

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.

Screen Shot 2022-06-21 at 15 45 04

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.

dpopp07 commented 2 years ago

@azasdimi I believe I know what is happening. I should have a fix out soon

ibm-devx-sdk commented 2 years ago

:tada: This issue has been resolved in version 2.17.15 :tada:

The release is available on:

Your semantic-release bot :package::rocket: