If you have the following in config.yml:
client:
typescript:
path: "ts-client"
vuex:
path: "vue/src/store"
And try scaffolding a message:
ignite s message create-foo bar
It will fail with vue/package.json: no such file or directory.
Removing the client from config.yml fixes the issue.