Hi.
I am trying to deploy a react project. The build was success, but I got this error in the deploy logs.
[2022-12-29 21:01:50] [PM2][ERROR] Error: Interpreter /workspace/node_modules/pm2/node_modules/.bin/ts-node is NOT AVAILABLE in PATH. (type 'which /workspace/node_modules/pm2/node_modules/.bin/ts-node' to double check.)
[2022-12-29 21:01:50] error Command failed with exit code 1.
[2022-12-29 21:01:50] info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
[]
Any idea how to solve this? Thanks!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
When deploying a React app on the DigitalOcean App Platform, there is no need to use pm2.
Instead of using pm2, you can deploy your React app as a static component as described here in this step-by-step tutorial:
https://www.digitalocean.com/community/tutorials/how-to-deploy-a-react-application-to-digitalocean-app-platform
Hope that this helps!
Best,
Bobby