cheap-glitch / fretboarder

🎸 A web app to visualize scales, chords and arpeggios on all kinds of fretboards.
https://fretboarder.app
Mozilla Public License 2.0
100 stars 15 forks source link

@vue/composition-api dependency not found #20

Closed sugizo closed 4 years ago

sugizo commented 4 years ago

Environment

Description

on terminal when execute npm run serve

This dependency was not found:

* @vue/composition-api in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/VTextSelect.vue?vue&type=script&lang=js&, ./src/hooks/useSelectedOptionLabel.js

Steps to reproduce

git clone https://github.com/cheap-glitch/fretboarder
cd fretboarder
npm install
npm run serve

Possible solutions

npm install --save @vue/composition-api or add "@vue/composition-api": "^1.0.0-beta.14", in ./package.json

thanks

cheap-glitch commented 4 years ago

This is not a bug, @vue/composition-api was removed on purpose. Make sure you're up to date with the develop branch by running git pull origin develop (assuming you named the remote origin).