lando / node

The Official Node Lando plugin.
https://docs.lando.dev/node
GNU General Public License v3.0
2 stars 2 forks source link

Mount user npm config (~/.npmrc) to node containers #38

Open dylf opened 1 year ago

dylf commented 1 year ago

When dealing with private registries a lot in different projects I typically add the config for the registry in my user-level npmrc file.

It would be good if there were a way for lando to automatically mount this file, then we would have the DX of a user-level npm config inside of our lando containers as well.