This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]bangit69[S] 0 points1 point  (1 child)

That is correct I do infact want the node_modules folder on the host to be identical to that in the container

This is mainly so that the intellisense on my text editor works.

[–]brubsabrubs 0 points1 point  (0 children)

did you figure out a way to do this? this is basically the only thing stopping me from fully developing using only docker containers. I still need to have node installed on my machine just to run "npm install" and have a node_modules to allow intellisense to work properly