Azure / Azure/azure-functions-core-tools
JS and TS durable trigger templates missing dependency in package.json
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 498
- Avg merge
- 5d 4h
- Merged PRs (30d)
- 15
Description
### Stack
JavaScript
### Description
Durable trigger template fails during `func start` due to missing dependency
### Steps to reproduce
Run:
`func new` and choose the durable trigger.
`func start` produces an error logging the missing dependency.
Check corresponding templates in VS code repo as well
Contributor guide
Research direction
Run `func new` with the durable trigger and then `func start` to reproduce the missing dependency error. Compare the generated JavaScript and TypeScript durable trigger templates and their package.json files with the corresponding templates in the VS Code repository; done means both templates include the required dependency and start successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100