Home
last modified time | relevance | path

Searched refs:execCreate (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/lib/commands/
Dinit.js45 return await this.execCreate(args)
80 await this.execCreate(args, path)
99 async execCreate (args, path = process.cwd()) { method in Init