Commit 6c7e3cb
fix: Add npm to Railway build configuration
Fixes Railway deployment error where npm command was not found.
Changes:
- Added npm-9_x to nixPkgs in phases.setup
- Added --legacy-peer-deps flag for npm ci compatibility
- Improved command formatting for clarity
This resolves the "npm: command not found" error that was causing
repeated deployment failures on Railway.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 7be8150 commit 6c7e3cb
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 | | |
10 | 16 | | |
11 | 17 | | |
0 commit comments