Skip to content

Conversation

avivkeller
Copy link

This PR adds instructions to documentation regarding the installation of packages from git repositories.

References

Ref: nodejs/doc-kit#236 (comment)

@kenshanta
Copy link
Contributor

Can't wait 🤞

@wraithgar
Copy link
Member

wraithgar commented May 27, 2025

If we're gonna advertise this more heavily we'll want to link to or reiterate some of the many quirks of installing from source control. A good example recently is this issue where some folks didn't know that because git source control and not published assets there are scripts that always run.

We don't really recommend using git urls, such as it is. It's only sometimes helpful in local development and never a good idea for a published module. Git urls are not idempotent, and the assumption of many of them is that they are source code that needs to be built.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants