Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

basic-ts template is outdated and does not compile #773

Open
jacksturtevant opened this issue Aug 26, 2022 · 1 comment
Open

basic-ts template is outdated and does not compile #773

jacksturtevant opened this issue Aug 26, 2022 · 1 comment

Comments

@jacksturtevant
Copy link

jacksturtevant commented Aug 26, 2022

After going through the initial flow and selecting basic-ts, and restarting the server, there are multiple errors:

  • npm start does not work. The script points to ./lib/index.js which does not exist
  • after fixing ^, the app still does not compile with:
import { Probot } from "probot";
^^^^^^

SyntaxError: Cannot use import statement outside a module```
@rettenbs
Copy link

rettenbs commented Dec 21, 2022

I think the command npm run build is missing. (In readme and dockerfile).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants