9 months ago
Dear Railway Support,
I am using the official Flowise template for Railway to deploy my Flowise instance. I need to install the @google-cloud/bigquery library for a custom tool I am developing, but I am unable to do so.
I have tried using the Railway CLI with the command railway run npm install @google-cloud/bigquery, but it has not been successful. The build process completes without errors, but the library is not installed in the deployed environment, and my tool fails to run.
Could you please assist me in troubleshooting this issue? I suspect there might be a specific configuration needed for the Flowise template on Railway to correctly install dependencies during the build process.
Any guidance on how to successfully install the @google-cloud/bigquery library in my Flowise instance on Railway would be greatly appreciated.
ⓘ Deployment information is only viewable by project members and Railway employees.
1 Replies
8 months ago
Per our CLI API docs - https://docs.railway.app/reference/cli-api#run
railway run
runs the given command locally -- not on the deployment.
You would need to contact the flowise community for instructions on how to add additional libraries as we can't provide support for 3rd party software.
Status changed to Solved brody • 9 months ago
Status changed to Closed brody • 9 months ago