Closed
Description
Version
vue-cli: 4.0.4
Reproduction link
http://no-link-needed-for-this-issue.github.com
Environment info
$ vue info
Environment Info:
System:
OS: Linux 4.19 Manjaro Linux undefined
CPU: (4) x64 AMD Athlon(tm) X4 870K Quad Core Processor
Binaries:
Node: 12.4.0 - ~/.nvm/versions/node/v12.4.0/bin/node
Yarn: 1.19.1 - ~/.nvm/versions/node/v12.4.0/bin/yarn
npm: 6.9.0 - ~/.nvm/versions/node/v12.4.0/bin/npm
Browsers:
Chrome: Not Found
Firefox: Not Found
npmGlobalPackages:
@vue/cli: Not Found
[bruce@bruce-manjaro ~]$ which vue
/home/bruce/.yarn/bin/vue
[bruce@bruce-manjaro ~]$ which firefox-beta
/usr/bin/firefox-beta
Steps to reproduce
- install
nvm
- install nodejs 12.4.0 using nvm:
nvm install 12.4.0
- install yarn using node:
node i yarn -g
- install vue-cli using yarn:
yarn global add @vue/cli
- add
/home/bruce/.yarn/bin/
into env variable$PATH
- use
vue
command to create a vue+typescript project with features: less, babel, typescript, router, vuex, eslint, unit-jest, e2e-cypress - vue command hangs at here, no matter how long i wait for:
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@1.2.9: The platform "linux" is incompatible with this module.
info "fsevents@1.2.9" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
[-/5] ⠄ waiting...
[-/5] ⠄ waiting...
[-/5] ⠄ waiting...
[-/5] ⠄ waiting...
^C/5] ⠄ cypress
What is expected?
vue create .
creates this project successfully.
What is actually happening?
vue create .
hangs