-
Notifications
You must be signed in to change notification settings - Fork 61
Description
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!