2.5.16
Windows 10
Node: 10.5.0
npm install -g [email protected]
yarn global add @vue/cli-service-global
vue serve
vue serve to serve on localhost
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.
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...
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...