tebb
Results
2
comments of
tebb
task-master -V says: 0.16.2 I have it installed globally and also in the project and both say 0.16.2.
That's a bit of a mystery then so far. I fixed it for myself by importing and using normalizeProjectRoot into expand-tasks.js: ```js import { normalizeProjectRoot } from '../../../src/utils/path-utils.js'; projectRoot =...