We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.0.0-alpha.8
https://github.com/vuejs/vue-cli
command-line output:
Vue CLI v3.0.0-alpha.8 ✨ Creating project in /Users/a39/Desktop/profile/new-vue. 🗃 Initializing git repository... ⚙ Installing CLI plugins. This might take a while... error: unknown option `--registry' ERROR command failed: yarn --registry=https://registry.npm.taobao.org
when i use yarn and select taobao source
use:
yarn config set registry https://registry.npm.taobao.org
yarn --registry=https://registry.npm.taobao.org
The text was updated successfully, but these errors were encountered:
btw: how can i clear the cache of the taobao source selection?
Sorry, something went wrong.
@ws456999 in ~/.vuerc, set useTaobaoRegistry to false
~/.vuerc
useTaobaoRegistry
false
67df3eb
No branches or pull requests
Version
3.0.0-alpha.8
Reproduction link
https://github.com/vuejs/vue-cli
Steps to reproduce
command-line output:
What is expected?
when i use yarn and select taobao source
use:
What is actually happening?
when i use yarn and select taobao source
The text was updated successfully, but these errors were encountered: