We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running pm2 start pm2.production.json starts excalidraw-room.
pm2 start pm2.production.json
excalidraw-room
excalidraw-room fails to start.
[PM2][WARN] Applications excalidraw-collab not running, starting... [PM2][ERROR] Error: Script not found: /home/user/Desktop/excalidraw-room/dist/index.js
> git clone https://github.com/excalidraw/excalidraw-room.git > cd excalidraw-room > yarn
OS: Linux Mint 21.1 x86_64 Typescript version: 4.2.3 Yarn version: 3.6.1 NPM version: 10.1.0
The text was updated successfully, but these errors were encountered:
Try to build a production first to get the dist directory by using yarn build
yarn build
yarn build pm2 start pm2.production.json
Then you should be able to see some running information pop up.
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
Running
pm2 start pm2.production.json
startsexcalidraw-room
.Observed Behavior
excalidraw-room
fails to start.Steps to reproduce
pm2 start pm2.production.json
System Information
OS: Linux Mint 21.1 x86_64
Typescript version: 4.2.3
Yarn version: 3.6.1
NPM version: 10.1.0
The text was updated successfully, but these errors were encountered: