TARGETS
  • Read Me
  • Introduction
    • Motivation
    • Project Goals
    • What is Targets?
    • Who is Targets for?
    • Common Use Cases
    • What is a "target"?
    • What is a "composition"?
    • What is an "operation"?
    • What is a "spec"?
    • What does a Targets implementation look like?
    • Background
  • Learn Targets
    • Hello World
    • Config - Part 1
    • Config - Part 2
    • Bindings
    • Composition
    • Loaders
    • Project Structure
    • More Examples
  • Reference
    • System Requirements
    • Installation
    • Configuration
    • Settings
    • Global Store
    • Scheduler
    • Operations
      • Binding Operations
      • Predicating Operations
      • Debugging Operations
    • TTY Mode
Powered by GitBook
On this page
  1. Reference

Installation

PreviousSystem RequirementsNextConfiguration

Last updated 6 years ago

To support (currently in active development), targets has a subdependency on . node-pty uses some recently deprecated native C++ syntax and as a result you might see a few warnings during installation. You can safely disregard these messages—they are just warnings, not errors. A PR for node-pty is in the works.

npm install

To add targets as a dependency to your project, simply run npm i targets.

the experimental TTY-mode
node-pty