Skip to content

Commit

Permalink
feat(cli): adjust init hint to install new dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Sep 13, 2020
1 parent 5a57b19 commit 1f506a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/koishi/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ async function updateMeta(config: AppConfig) {
}
if (!modified) return
await fs.writeFile(path, JSON.stringify(meta, null, 2))
console.log(`${success} package.json was updated`)
console.log(`${success} package.json was updated, type "npm install" to install new dependencies`)
}

type Serializable = string | number | Serializable[] | { [key: string]: Serializable }
Expand Down

0 comments on commit 1f506a4

Please sign in to comment.