• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx

  • We are developing a new feature in Plesk that will help you promote your websites or business on social media. We want to conduct a one-hour online UX test to present the prototype and collect feedback. If you are interested in the feature, please book a meeting via this link.
    Thank you in advance!
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue +yarn install Error

okanc

New Pleskian
Server operating system version
Windows 2016
Plesk version and microupdate number
18.0.59
Hello,

When I want to install +yarn on the Plesk panel, I get the following error. Do you have any suggestions?
Thanks,

Code:
Unable to execute plesk_user_exec: '"" install' is not recognized as an internal or external command, operable program or batch file.<br> at (PipeServer::ServerThread::ProcessClient::executeChildProcess line 362)<br> at Plesk impersonation(PipeServer::ServerThread::runAs line 715)<br> at (RunTime::PipeClient::readMessage line 117)<br> at Unable to call readMessage()(RunTime::PipeClient::readMessage line 122)<br> at (zif_plesk_user_exec line 1200)

Thanks,
 
For Yarn to work, you need to have Node.js set up on your server. Once you've got Node.js ready, it's often easier to install Yarn right from the command line, not through the Plesk panel. Just open a command prompt and type npm install --global yarn to install Yarn for the whole system. Also, don't forget to add the paths for Node.js and Yarn to your system's environment variables, so your computer knows where to find them.
 
Back
Top