question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

vue command does nothing

See original GitHub issue

Version

@vue/cli@3.0.0-beta.9

Reproduction link

https://gist.github.com/chovy/72765a2f9b54f48c38ed3f785e6749b5

Steps to reproduce

npm i -g @vue/cli

vue create <project>

nothing happens

What is expected?

should prompt to setup a project

What is actually happening?

nothing

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
alinchiscommented, May 14, 2018

I had a similar issue. The reason was an alias I made for use with docker. Once the alias was removed it worked.

1reaction
ralyodiocommented, Apr 30, 2018

it only works if i run it with node explicitly: node /Users/chovy/.nvm/versions/node/v10.0.0/bin/vue

Read more comments on GitHub >

github_iconTop Results From Across the Web

'vue create xxx' - nothing happens
The command quickly executes without error (but without any prompts), and nothing is created - the directory remains empty. Clearly something ...
Read more >
vue: command not found error [Solved]
To solve the error "vue: command not found", install the @vue/cli package globally by running npm install -g @vue/cli and restart your terminal....
Read more >
Troubleshooting
If you install @vue/cli-service as root user or with sudo , there might be issues when running package postinstall scripts. This is a...
Read more >
Install Vue.js directly on Windows
Vue can be installed directly on Windows or on the Windows ... or plan to follow along with a tutorial that utilizes Bash...
Read more >
vue-command
vue -command · Commands. commands must be an object containing key-value pairs where key is the command and the value is a function...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found