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