-
Hi, I run a gaming community https://merric-gaming.co.uk/ and I wanted to use tailpress to replace our current theme, I was wondering if anyone has had any experience getting this working on plesk? I have tried. When I try to run I get an output of Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @gdavey Personally I would develop your theme locally and then, once you're finished, upload it to your WordPress instance. That way you won't have to use composer, node, npm etc. on your Plesk server. I'm not sure how you can make Plesk recognise the command, but you could instead run the command from the composer vendor/bin folder (For example |
Beta Was this translation helpful? Give feedback.
-
Hi @jeffreyvr I seem to be getting somewhere, by cloning the repo and run
|
Beta Was this translation helpful? Give feedback.
-
Managed to get this working. For future reference anyone using Plesk do the following.
|
Beta Was this translation helpful? Give feedback.
Managed to get this working.
For future reference anyone using Plesk do the following.
export PATH=/opt/plesk/node/16/bin:$PATH
echo "export PATH=/opt/plesk/node/16/bin:$PATH" >> ~/.bashrc
npm install