Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tandeman77 opened this issue Feb 17, 2020 · 2 comments
Open

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

tandeman77 opened this issue Feb 17, 2020 · 2 comments

Comments

@tandeman77
Copy link

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!

@mortensassi
Copy link

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

@mortensassi
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants