tusk
tusk copied to clipboard
Blank White Screen - V0.23.0 on macOS Catalina v10.15.7
Tusk was installed via homebrew. After entering my username for login, I get a blank white screen. I have attempted reloading the page but it just takes me back to login.
Tusk was installed via homebrew. After entering my username for login, I get a blank white screen. I have attempted reloading the page but it just takes me back to login.
Same thing here. I`ve installed, reinstalled, but still not working. =/
Not working on macOS Big Sur version 11.2. Tusk 0.23.0 (0.23.0.650) Same white screen.
It works with this solution: https://github.com/klaussinani/tusk/issues/308
Copy of solutions for macOS
brew install npm
git clone https://github.com/klaussinani/tusk.git
cd tusk
git checkout dependabot/npm_and_yarn/electron-9.4.0
npm install electron@latest
npm install
npm start
After running npm start
, Tusk starts working, but goes back to white screen when the npm start
stops.
It is a workaround, not a valid solution.
Copy of solutions for macOS
brew install npm git clone https://github.com/klaussinani/tusk.git cd tusk git checkout dependabot/npm_and_yarn/electron-9.4.0 npm install electron@latest npm install npm start
After running
npm start
, Tusk starts working, but goes back to white screen when thenpm start
stops.It is a workaround, not a valid solution.
Hum...it didn't work for Ubuntu. But anyway, thanks