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 missing dependacies #31

Closed jdesl closed 10 months ago

jdesl commented 1 year ago

Hello,

I was building the same application in some python flask & svg. But this looks much better. I know nothing about vue & vuex. Trying to run the modules installer i'm missing these dependancies:

"vuex-plugin-save-state": "^2.0.0", "@cheap-glitch/scss-mixins": "^1.0.1", "@cheap-glitch/scss-reset": "^1.0.1", "@cheap-glitch/stylelint-config-properties-order": "^1.0.0", "@cheap-glitch/vue-cli-plugin-fontawesome": "^1.0.9",

Any tips where I can find these?

pouyaSamie commented 1 year ago

seems like cheap-glitch/* are his private repos.

meeksba commented 11 months ago

@jdesl Were you able to resolve this? I'm running into the same issue as well when trying to build this application.

Kernix13 commented 11 months ago

I was building the same application in some python flask & svg. But this looks much better. I know nothing about vue & vuex. Trying to run the modules installer i'm missing these dependencies:

Did you run npm install? I would assume you did but something must have gone wrong. You should try uninstalling everything and then run npm install again and look in the console/terminal for error messages for those packages. Or else install each of those packages manually.