how do I run a npx command in my project

dtrejogoPRO

6 months ago

I'm using vendure framework to run an e-commerce platform, and I need to run this command in the console of the project: npx vendure reindex

1 Replies

6 months ago

You would want to run that locally with railway run <command>

https://docs.railway.app/reference/cli-api#run