You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having trouble running the proposed readme-example.
Getting This is not the tsc command you are looking for
I think the problem is running package npx tsc is not supported anymore.
We should either use npx --package=typescript -- tsc or even better, add typescript to dependencies and just run tsc.
Hm. Not sure adding typescript would be smart as we should always use the typescript version pointed to by the package we run the cli-tool on. Also tcs command will fail if the package is not installed won't it? So the question is why npm ci was removed in commit 175b78d
To test this locally, run homey app validate before installing the local package (try deleting "node_modules" folder).
Having trouble running the proposed readme-example.
Getting
This is not the tsc command you are looking for
I think the problem is running package
npx tsc
is not supported anymore.We should either use
npx --package=typescript -- tsc
or even better, add typescript to dependencies and just runtsc
.Logs:
https://github.com/philipostli/com.uyunilighting/actions/runs/11329943899/job/31506619876
The text was updated successfully, but these errors were encountered: