• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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