Skip to content

Commit 55e6431

Browse files
canfeitjvanbruegge
authored andcommitted
Update installScripts.js (#116)
'npm'->cli,(npm or yarn)
1 parent 6dca71c commit 55e6431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-cycle-app/src/installScripts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = function installScripts (appFolder, appName, options) {
3535

3636
// Trigger npm installation
3737
console.log(chalk.green('Installing packages. This might take a couple minutes.'))
38-
console.log(chalk.green(`Installing ${packageName} from ${(local ? 'local' : 'npm')} ...`))
38+
console.log(chalk.green(`Installing ${packageName} from ${(local ? 'local' : cli)} ...`))
3939
console.log()
4040

4141
const proc = spawn(cli, args[cli], {stdio: 'inherit', cwd: appFolder})

0 commit comments

Comments
 (0)