• 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 Installing Node.js App to PLESK

maxxam

New Pleskian
Hi everybody,

I am new to this forum and hope, that I have provided the thread in the correct subfolder.

I want to install a Shopify Node.js App on my Plesk.
Unfortunately I am not able to install the App dependencies.

My Application start file is in the subfolder: server/server.js
Therefore I need to set the Application Root to: /app.com/server

The problem is, that the package.json lies in the main directory of the App in:
/app.com

Plesk is not able to find the package.json and therefore does not install the dependencies...

Maybe I am not seeing the easy path ahead, but I am really looking forward to someone helping me!

I was following this tutorial:

Best regards!
 
Try setting 'Application Root' to '/app.com' and 'Application Startup File' to '/seserver/server.js'
 
Back
Top