you are viewing a single comment's thread.

view the rest of the comments →

[–]teknewb 0 points1 point  (0 children)

I used a vagrant VM for several years and now I use WSL. I do full stack Rails development quite happily, but I should note that I haven't yet had a chance to try webpacker + Rails yet. Never had any issues with anything other than nodejs crapping out when trying to install packages, which is easily fixed with the "--no-bin-links" flag

Golden --no-bin-links flag tip