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

Class

lib/tasks/npm-install.js:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6const formatPackageList = require('../utilities/format-package-list');
7
8class NpmInstallTask extends NpmTask {
9 constructor(options) {
10 super(options);
11 this.command = 'install';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected