Skip to content

Install task-master-ai node module in core-devtools #2

@niabhail

Description

@niabhail

Where it is defined: features/core-devtools/install.sh and features/core-devtools/devcontainer-feature.json

What to do:
Make sure "installTaskMaster": true is set in both the feature config and default template (templates/devcontainer.json.in).

In install.sh, the script already installs task-master-ai if the option is true:

text
if [ "${_OPTION_INSTALLTASKMASTER}" = "true" ]; then
sudo -u $USERNAME npm install -g task-master-ai
fi
If you need extra npm packages globally, set them using the "extraNpmPackages" property in the devcontainer feature configuration or pass through the templated variable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions