Commit 26498d9
committed
fix: add missing chokidar dependency to package.json
The chokidar package is imported in bin/cli.js for the watch functionality but was not listed in dependencies. This caused ERR_MODULE_NOT_FOUND errors when the package was installed globally.
Fixes the issue where users would see 'Cannot find package chokidar' error when running fetch-client-generator after global installation.1 parent 247631d commit 26498d9
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments