mfs-abhinav / dating-app

Sample Node Application architecture
0 stars 0 forks source link

Not able to start Node App on Mac #3

Closed ankit7 closed 4 years ago

ankit7 commented 4 years ago

UnhandledPromiseRejectionWarning: Error: EACCES: permission denied, mkdir '/var/log/datingapp/'

ankit7 commented 4 years ago

Works after using "sudo npm start". However, we should only use it that path for Production and use the user readable path for development. @mfs-abhinav