fupdec / mediaChips

Manage your videos, add any metadata to them and play them.
https://mediachips.app
GNU General Public License v3.0
150 stars 20 forks source link

Unable to build from source #84

Closed spryroX closed 3 years ago

spryroX commented 3 years ago

Describe the bug Unable to build the program from source

To Reproduce Steps to reproduce the behavior:

  1. Clone to VSCode
  2. npm install
  3. run task -> Build electron portable

Expected behavior A compiled executable

Log

ERROR  Failed to compile with 3 errors                                                                                                                                                                                                                                                                                               2:12:06 PM
This dependency was not found:

* @/mixins/Keys in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./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/app/player/VlcPlayer.vue?vue&type=script&lang=js&, ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./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/pages/settings/Registration.vue?vue&type=script&lang=js& and 1 other

To install it, you can run: npm install --save @/mixins/Keys
 ERROR  Vue CLI build failed. Please resolve any issues with your build and try again.
The terminal process "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -Command npm run electron:build" terminated with exit code: 1.

Desktop (please complete the following information):

fupdec commented 3 years ago

May I know for what purpose you want to build a project?

spryroX commented 3 years ago

Want to see if I can add some custom features for importing my library. Also I'm paranoid and i'd like to know that the .exe is actually a result of the source-code.

fupdec commented 3 years ago

Keys.vue published. Now you can try build again. Feel free to open issue.