Nodemon permision denies
uabgabri
TRIALOP

a year ago

I am currently trying to deploy my server in Railway, but even tho I am using node js to do so, this appears in my consol:

nodemon: Permission denied.
nmp warn config production Use '--omit=dev' instead.

I tried everything but it still appears

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

1 Replies

a year ago

Hello,

Please never use nodmon in production, directly run your js file with node instead.


Loading...