cloud-sdk-js icon indicating copy to clipboard operation
cloud-sdk-js copied to clipboard

Client generator throwing multiple errors

Open szymarcus opened this issue 3 years ago • 0 comments

Describe the bug On generating a new client from an .edmx file I am getting multiple missing type errors although I have installed the generator as local dependency.

The files that were generated in the outputdir does seem to be correct though.

To Reproduce npx generate-odata-client --inputDir service-specs/ --outputDir generatedService --clearOutputDir

Expected behavior No errors should ne thrown

Screenshots image

Used Versions:

  • node version via node -v: 18.1.0
  • npm version via npm -v: 8.8.0
  • SAP Cloud SDK version you used as dependency: "@sap-cloud-sdk/generator": "^2.7.1"

szymarcus avatar Aug 17 '22 12:08 szymarcus