cli icon indicating copy to clipboard operation
cli copied to clipboard

fix(nuxi): fix parsing bug for .npmrc files with comments

Open odanado opened this issue 9 months ago • 0 comments

🔗 Linked issue

resolves https://github.com/nuxt/cli/issues/880

❓ Type of change

  • [ ] 📖 Documentation (updates to the documentation or readme)
  • [x] 🐞 Bug fix (a non-breaking change that fixes an issue)
  • [ ] 👌 Enhancement (improving an existing functionality)
  • [ ] ✨ New feature (a non-breaking change that adds functionality)
  • [ ] 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

I have fixed a bug where parsing the registry URL fails when .npmrc contains comments.

odanado avatar May 15 '25 18:05 odanado