[Vuejs]-Vue create fails with ERR_ASSERTION

0👍

I fixed it by installing vue cli 5.0.0-alpha.3 via npm install -g @vue/cli@5.0.0-alpha.3.
It was asking to change to TaobaoRegistry since https://registry.npmjs.org/ appeared to be slow. Maybe the current stable does not cover this.

Leave a comment