ioBroker / ioBroker.example

Template adapter for ioBroker
44 stars 73 forks source link

TypeScriptVIS Error 'Cannot find start file!' #53

Closed JonasHess closed 4 years ago

JonasHess commented 4 years ago

I get the error message "cannot find start file!" when starting the TypeScriptVIS project. The adapter then shuts down. I installed the adapter over Github (successfully)

Log:

| error | startInstance template.0: cannot find start file! | info | object change system.adapter.template.0

Apollon77 commented 4 years ago

The template is not really installable. It is just for developer reference.

What you want tondo with it?

AlCalzone commented 4 years ago

That is because the TypeScript templates must be compiled before ioBroker can run them. Simply execute npm run build.

JonasHess commented 4 years ago

Thanks, running npm run build before pushing to GitHub solved the problem.