Vue: "@vue/[email protected]" has no binaries

Created on 23 Jun 2018  ·  1Comment  ·  Source: vuejs/vue

Version

2.5.16

Windows 10

Node: 10.5.0

Reproduction link

http://invalid.org

Steps to reproduce

npm install -g [email protected]

yarn global add @vue/cli-service-global

vue serve

What is expected?

vue serve to serve on localhost

What is actually happening?

C:\Users\Aaron\Tests\VueJS\infinite-scroll-vuejs>npm install -g [email protected]
[email protected]
updated 1 package in 0.634s

C:\Users\Aaron\Tests\VueJS\infinite-scroll-vuejs>yarn global add @vue/cli-service-global
yarn global v1.7.0
[1/4] Resolving packages...
[2/4] Fetching packages...
info [email protected]: The platform "win32" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning "@vue/cli-service-global > [email protected]" has unmet peer dependency "eslint@^3.18.0 || ^4.0.0".
warning "@vue/cli-service-global > eslint-plugin-vue > [email protected]" has unmet peer dependency "eslint@>=3.9.0".
warning "@vue/cli-service-global > @vue/cli-plugin-babel > [email protected]" has unmet peer dependency "webpack@>=2".
warning "@vue/cli-service-global > @vue/cli-plugin-eslint > [email protected]" has unmet peer dependency "webpack@>=2.0.0 <5.0.0".
[4/4] Building fresh packages...
warning "@vue/[email protected]" has no binaries
Done in 16.50s.

C:\Users\Aaron\Tests\VueJS\infinite-scroll-vuejs>vue serve

Command vue serve requires a global addon to be installed.
Please run yarn global add @vue/cli-service-global and try again.


'vue serve' not working. I am effectively stuck in a loop with the message

Command vue serve requires a global addon to be installed.
Please run yarn global add @vue/cli-service-global and try again.

Most helpful comment

Solved installation 3.4.0 by using NPM. YARN doesn't work for me. Half of packages I want to install are missing or doesn't work properly, missing dependencies...

>All comments

Solved installation 3.4.0 by using NPM. YARN doesn't work for me. Half of packages I want to install are missing or doesn't work properly, missing dependencies...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rpkilby picture rpkilby  ·  50Comments

ferry77 picture ferry77  ·  67Comments

karevn picture karevn  ·  42Comments

alenyu picture alenyu  ·  43Comments

yyx990803 picture yyx990803  ·  210Comments