cap-js / cds-typer

CDS type generator for JavaScript
Apache License 2.0
25 stars 8 forks source link

[BUG] cds build plugin code is missing in npm package #248

Closed Kyrodan closed 1 month ago

Kyrodan commented 1 month ago

Is there an existing issue for this?

Nature of Your Project

JavaScript, TypeScript

Current Behavior

Running cds build --for typescriptresults in

[ERROR] No provider found for build task 'typescript'. Ensure that all required dependencies have been added and 'npm install' has been executed.

Expected Behavior

cds-typer typescript plugin should be found and be executable.

Steps To Reproduce

No response

Environment

- **OS**: Windows 10
- **Node**: v20.13.1
- **npm**: 10.8.0
- **cds-typer**: 0.21.0
- **cds**: 7.9.1

Repository Containing a Minimal Reproducible Example

No response

Anything else?

It seems that cds-plugin.js is missing in npm package: grafik

daogrady commented 1 month ago

Hi Daniel,

great catch! I will release a patch for this asap.

Best, Daniel