only1tiger
PROOP
4 months ago
I’ve been getting this error for the past 4 hours, and i deployed some services with this exact code, what could be the fix?
1 Replies
3 months ago
If it's a monorepo you need to set the correct root directory in railway settings to the folder containing your package.json . If package-lock.json is missing then run npm install locally to generate package-lock.json, commit and push it to github