swanserquack / TentaclesManagerReborn

Personal database app to keep all those interesting projects that are in development organized.
GNU General Public License v3.0
1 stars 0 forks source link

Unable to install `vue-devtools` #9

Open swanserquack opened 2 years ago

swanserquack commented 2 years ago

When running the project under the latest branch you get the following error: Working on a fix right now

┏ Electron -------------------

  Unable to install `vue-devtools`:
   Error: Exited with code 9
      at ChildProcess.<anonymous> (/home/test/Desktop/TentaclesManager/node_modules/cross-unzip/index.js:38:21)
      at ChildProcess.emit (events.js:315:20)
      at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)

┗ ----------------------------
swanserquack commented 2 years ago

https://github.com/swanserquack/TentaclesManager/commit/4d33f8037dfcba99250b439fdb74a46baa2f1a89

swanserquack commented 2 years ago

That seems to be the cause of it, as mentioned in the commit I suspect a electron compatibility issue but will be working through it on the next few days.