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

Class

lib/tasks/install-blueprint.js:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17const NOT_FOUND_REGEXP = /npm ERR! 404 {2}'(\S+)' is not in the npm registry/;
18
19class InstallBlueprintTask extends Task {
20 async run(options) {
21 let cwd = process.cwd();
22 let name = options.rawName;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected