jMavarez / Tana

Bringing the Picture-in-Picture experience to the desktop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build fails..

burtonator opened this issue · comments

I definitely need something like this too.. I really want the ability to hide the picture when I mouse over.

Anyway.. can't get it to build from HEAD...

TypeError: Path must be a string. Received undefined
at assertPath (path.js:28:11)
at Object.join (path.js:1232:7)
at directory (webpack:///./src/logger.js?:38:59)
at eval (webpack:///./src/logger.js?:22:66)
at Object../src/logger.js (/home/burton/projects/Tana/build/main.js:2072:1)
at webpack_require (/home/burton/projects/Tana/build/main.js:20:30)
at eval (webpack:///./src/error.handler.js?:4:65)
at Object../src/error.handler.js (/home/burton/projects/Tana/build/main.js:2060:1)
at webpack_require (/home/burton/projects/Tana/build/main.js:20:30)
at eval (webpack:///./src/app.js?:2:72)
A JavaScript error occurred in the main process
Uncaught Exception:
TypeError: Path must be a string. Received undefined
at assertPath (path.js:28:11)
at Object.join (path.js:1232:7)
at directory (webpack:///./src/logger.js?:38:59)
at eval (webpack:///./src/logger.js?:22:66)
at Object../src/logger.js (/home/burton/projects/Tana/build/main.js:2072:1)
at webpack_require (/home/burton/projects/Tana/build/main.js:20:30)
at eval (webpack:///./src/error.handler.js?:4:65)
at Object../src/error.handler.js (/home/burton/projects/Tana/build/main.js:2060:1)
at webpack_require (/home/burton/projects/Tana/build/main.js:20:30)
at eval (webpack:///./src/app.js?:2:72)
^C

Hi @burtonator ! Would you please tell me which command are you running? Also your OS.

got "likely" same issue with debian stretch when i run yarn dev or yarn prod
App threw an error during load
TypeError: Path must be a string. Received undefined
at assertPath (path.js:28:11)
at Object.join (path.js:1232:7)
at /home/tmr/Tana-master/build/main.js:368:35542
at Module. (/home/tmr/Tana-master/build/main.js:368:35620)
at n (/home/tmr/Tana-master/build/main.js:1:265)
at /home/tmr/Tana-master/build/main.js:1:1057
at Object. (/home/tmr/Tana-master/build/main.js:1:1068)
at Object. (/home/tmr/Tana-master/build/main.js:369:3)
at Module._compile (module.js:569:30)
at Object.Module._extensions..js (module.js:580:10)
A JavaScript error occurred in the main process
Uncaught Exception:
TypeError: Path must be a string. Received undefined
at assertPath (path.js:28:11)
at Object.join (path.js:1232:7)
at /home/tmr/Tana-master/build/main.js:368:35542
at Module. (/home/tmr/Tana-master/build/main.js:368:35620)
at n (/home/tmr/Tana-master/build/main.js:1:265)
at /home/tmr/Tana-master/build/main.js:1:1057
at Object. (/home/tmr/Tana-master/build/main.js:1:1068)
at Object. (/home/tmr/Tana-master/build/main.js:369:3)
at Module._compile (module.js:569:30)
at Object.Module._extensions..js (module.js:580:10)

Thanks for the feedback, I'll set up a VM with Debian and try to replicate the issue.

@burtonator @kriptontr When I started the project I didn't consider people will run this on Linux... so my bad 😅. Hope that solves the issue. If anything else comes up let me know!