Having difficulty with setting up the project

Hello! I am new to railway and when I have deployed the github repo I am getting this error:
Error: Cannot find module 'mongoose'
Error: Cannot find module 'mongoose'
even though my package.json is set up correctly. Any help is appreciated
5 Replies
Percy
Percy11mo ago
Project ID: d939cc81-9b30-4880-b92a-819bb39a1166
caviarbro
caviarbro11mo ago
d939cc81-9b30-4880-b92a-819bb39a1166
Brody
Brody11mo ago
please share your repo
caviarbro
caviarbro10mo ago
figured it out, I had the mongoose package downloaded globally and not in the repository itself so it didn't find it in package.json repositories
Brody
Brody10mo ago
glad you could solve it!