11-02-2022, 04:38 AM
(11-02-2022, 01:19 AM)Tim Curtis Wrote: if the directory somehow got deleted try recreating it.
sudo mkdir /var/local/www/imagesw/thmcache
The thmcache folder is there, but it is empty, I've tried:
- remove and recreate thmcache folder --> regenerate album cover thumbnail cache --> no success.
- remove thmcache folder --> reboot --> the folder is created automatically --> regenerate album cover thumbnail cache --> no success.
I am not sure is it my gulp commands wrong ?
- firs time build
sudo apt-get update
sudo apt-get -y install npm
git clone https://github.com/moode-player/moode.git
cd moode
npm ci
node_modules/.bin/gulp build
sudo node_modules/.bin/gulp deploy
moodeutl -r
- next time (rebuild when css changes)
node_modules/.bin/gulp build
sudo node_modules/.bin/gulp deploy
moodeutl -r