Mount user npm config (~/.npmrc) to node containers
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name files, tests, or an entry point. Start by locating the Node service's container setup and existing configuration mounts, then determine how a user-level ~/.npmrc could be mounted safely; done means private registry settings are available inside Node containers without project-specific configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100