vue command does nothing
See original GitHub issueVersion
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:
- Created 5 years ago
- Comments:8 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I had a similar issue. The reason was an alias I made for use with docker. Once the alias was removed it worked.
it only works if i run it with node explicitly:
node /Users/chovy/.nvm/versions/node/v10.0.0/bin/vue