Alright guys I have been stuck on this for 2 days now, I am trying to contribute on a project on github, I follow each step of the Readme and it's pretty simple, I have everything installed but I can't seem to get an output. I insert the commands and finish up building but when I click to view the project using localhost on chrome nothing shows up. it's just a blank page, even tho the inspector from dev tools is showing me the components but nothings shows up
. I tried using VSC instead of my own terminal, same result, what can I do?. Here is the repo:
https://github.com/frappe/books?tab=readme-ov-file
#I have trouble getting any output from a vue.js based project
6 messages · Page 1 of 1 (latest)
This is what I get when I run : yarn dev
And when I solve the error of the sandbox above, still nothing shows
My package.json and yarn.lock are in same directory and they're well defined too...
Sorry I don't think I can completely solve your problem but if I'm understanding correctly, the components are on the page but you just can't see them?
yes, but there is good news. I solved the isuue already by inserting a script inside my package.json file and now I am running electron.js with the conidtion of having no sandbox whenever I run it with npm :)!!.