robertmain / moving-labels

@nestjs app for managing inventory during a removal
GNU General Public License v3.0
2 stars 1 forks source link

Missing `nodemon` #1

Open crablab opened 3 years ago

crablab commented 3 years ago

Describe the bug Without nodemon this won't run properly.

Needs nodemon installing as a dev dependency

robertmain commented 3 years ago

I'd forgotten about this, but in order to fix this you have to first run npm install locally (outside your docker container)....and then bring your docker services up. I seem to recall that it requires node_modules to exist on the local machine before it brings up the service.