DEV Community

Discussion on: Use Docker to Create a Node Development Environment

Collapse
 
lucaball profile image
Lucas Ballyn

I agree with never using latest.

But I have a question about not syncing your node_modules. Won't your editor have problems with autocomplete & suggesting of functions and so from code that's in your node_modules? As you don't have that on your host?

Collapse
 
jrock2004 profile image
John Costanzo

After the containers start you run npm install on the host.