Help with understandling linux/node error message

Due to a few reported issues with Orangehost (i did a tutorial but don't actually use them) i decided to delve back in
it appears that they have really screwed up the node app section. "install dependencies" now seems to list packages in the package.json within the app root (in may case nodejsapp) but sems to look for it in the nodevenv/nodejsapp/{node-js-main-version-number}/bin folder when installing them.

Copying the package.json to there results in the routine running but the below error message appears.

Anyone any ideas?

image

Delete folder node_modules and click the button to install npm packages again

Thanks Apple, not the solution but helped me spot a possible cause.

As the app creation is looking in the wrong folder for the package.json file is also trying to create the node_modules in the wrong folder!

Just to make things worse, as the folder is wrong, python is not in the path so any python based installs fail.

Detailed ticket submitted to support, lets see what happens.
For info @Twit
chBlade

1 Like

I have used the node.js hosting at https://chemicloud.com/ without any issues apart from those of my own making!