• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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