Cumulocity-IoT / cumulocity-plugin-example

This is an inofficial demo showing how to build a simple plugin for the Cumulocity UI.
Apache License 2.0
0 stars 2 forks source link

package.json: @c8y/ngx-components Error #1

Open Kristopher-Takken opened 7 months ago

Kristopher-Takken commented 7 months ago

I get a build Error unless I change in the package.json line 26: From: "@c8y/ngx-components": "1015.164.0", To: "@c8y/ngx-components": "1016.0.2",

janhommes commented 7 months ago

Hey,

this demo is quite outdated. I will update the description.

Basically, you should use npm i @c8y/cli and the cy8cli new command and select the widget-plugin to scaffold a demo plugin. Or with the latest releases you can use directly angular cli by running ng add @c8y/websdk.

Regards Jan