northosts/wuxt

front.wuxt won't run and wuxt theme in wordpress not showing up

Opened this issue · 2 comments

Hi all,

I'm using windows sublinux system and the windows version of docker.

I had no problem installing wuxt by following the quick start instructions.
git clone https://github.com/northosts/wuxt.git

cd wuxt
docker-compose up -d
http://localhost:3080/install.php - Install WordPress
http://localhost:3080/wp-admin/options-permalink.php - Set permalinks to Post name
http://localhost:3080/wp-admin/themes.php - Activate wuxt-theme
http://localhost:3000 - Done

When everything finishes preparing, wp.nuxt and mysql.nuxt containers run but front.wuxt had an issue saying "info No lockfile found." and
"error Couldn't find a package.json file in "/var/www/app"
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command."

this means I can't access the front end using localhost:3000

Also I couldn't activate wuxt-theme as it's not there when I visit /themes.php

Would anyone be able to help. I remember using wuxt on a full linux system without any issues but when I tried with WSL yesterday I experienced this issue.

Thank you!

same problem with the theme-thing. can't find it in the backend to activate

@tandeman77 after doing a lot of google-search i found out that i was running Docker with WSL1 and my Site was saved on a different driver (M:). Long story short: WSL1 does not recognize different drives, you can get it working by doing a more or less hacky workaround by installing VirtualBox and enabling shared folders or you can update your Win10 to 2004 and then reinstall docker which uses the WSL 2 engine! Worked for me like a charm and it is much faster