MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / constructor

Method constructor

lib/tasks/npm-install.js:9–12  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

7
8class NpmInstallTask extends NpmTask {
9 constructor(options) {
10 super(options);
11 this.command = 'install';
12 }
13
14 run(options) {
15 let ui = this.ui;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected