Expected Behavior
Running pm2 start pm2.production.json starts excalidraw-room.
Observed Behavior
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
Steps to reproduce
- Download and build excalidraw-room per README.md
> git clone https://github.com/excalidraw/excalidraw-room.git
> cd excalidraw-room
> yarn
- Run
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
Expected Behavior
Running
pm2 start pm2.production.jsonstartsexcalidraw-room.Observed Behavior
excalidraw-roomfails to start.Steps to reproduce
pm2 start pm2.production.jsonSystem Information
OS: Linux Mint 21.1 x86_64
Typescript version: 4.2.3
Yarn version: 3.6.1
NPM version: 10.1.0