- Server operating system version
- Debian 12
- Plesk version and microupdate number
- 18.0.69 #3
Hello,
A developer developed an application elsewhere and it is a tailwind app that apparently needs to be installed and I've been spinning my wheels for a couple of days trying to get this thing to work. I'm finally getting better errors, but things just aren't working write. I've been able to install the app via the npm install, but when I try to run commands in the package.json, they all give me the same error:
npm error Missing script: "dev"
npm error
npm error To see a list of scripts, run:
npm error npm run
npm error A complete log of this run can be found in: /var/www/vhosts/circadian.com/.npm/_logs/2025-05-29T14_53_46_127Z-debug-0.log
I've installed the various tailwind things and I'm now getting better errors such as:
2533530/T20 age/Cor/App/Implementation.cpp:221: Could not spawn process for application /var/www/vhosts/circadian.com/demo.circadian.com: The application process exited prematurely.
Error ID: f15993a8
Error details saved to: /tmp/passenger-error-RiQSlm.html
This is great except that there is no html file in the tmp folder so I can't troubleshoot to see what's missing.
Also all the files end in .tsx and not .ts so there's that. I'm not quite sure what's going on.
Any help here would be much appreciated. I'm a complete newbie when it comes to node.js.
Thanks,
Curtis
A developer developed an application elsewhere and it is a tailwind app that apparently needs to be installed and I've been spinning my wheels for a couple of days trying to get this thing to work. I'm finally getting better errors, but things just aren't working write. I've been able to install the app via the npm install, but when I try to run commands in the package.json, they all give me the same error:
npm error Missing script: "dev"
npm error
npm error To see a list of scripts, run:
npm error npm run
npm error A complete log of this run can be found in: /var/www/vhosts/circadian.com/.npm/_logs/2025-05-29T14_53_46_127Z-debug-0.log
I've installed the various tailwind things and I'm now getting better errors such as:
2533530/T20 age/Cor/App/Implementation.cpp:221: Could not spawn process for application /var/www/vhosts/circadian.com/demo.circadian.com: The application process exited prematurely.
Error ID: f15993a8
Error details saved to: /tmp/passenger-error-RiQSlm.html
This is great except that there is no html file in the tmp folder so I can't troubleshoot to see what's missing.
Also all the files end in .tsx and not .ts so there's that. I'm not quite sure what's going on.
Any help here would be much appreciated. I'm a complete newbie when it comes to node.js.
Thanks,
Curtis