fix: fix typo in breaking change tips

This commit is contained in:
zkochan
2016-09-25 20:05:18 +03:00
parent 0993635003
commit de91d56fed

View File

@@ -124,7 +124,7 @@ function structureChangeMsg (moreInfo: string): string {
Remove it and run pnpm again.
${moreInfo}
TIPS:
If you have a shared store, remove both the node_modules and the shared shore.
If you have a shared store, remove both the node_modules and the shared store.
Otherwise just run \`rm -rf node_modules\`
`
}