We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After going through the initial flow and selecting basic-ts, and restarting the server, there are multiple errors:
basic-ts
npm start
./lib/index.js
import { Probot } from "probot"; ^^^^^^ SyntaxError: Cannot use import statement outside a module```
The text was updated successfully, but these errors were encountered:
I think the command npm run build is missing. (In readme and dockerfile).
npm run build
Sorry, something went wrong.
No branches or pull requests
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 existThe text was updated successfully, but these errors were encountered: