We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dca71c commit 55e6431Copy full SHA for 55e6431
packages/create-cycle-app/src/installScripts.js
@@ -35,7 +35,7 @@ module.exports = function installScripts (appFolder, appName, options) {
35
36
// Trigger npm installation
37
console.log(chalk.green('Installing packages. This might take a couple minutes.'))
38
- console.log(chalk.green(`Installing ${packageName} from ${(local ? 'local' : 'npm')} ...`))
+ console.log(chalk.green(`Installing ${packageName} from ${(local ? 'local' : cli)} ...`))
39
console.log()
40
41
const proc = spawn(cli, args[cli], {stdio: 'inherit', cwd: appFolder})
0 commit comments