If a bug is fixed on the master branch but hasn't been released on npm, how can I incorporate the fix into my project?

robinnnnn

A library that we're using has merged a critical bug fix, but it hasn't been released as a new version on npm. How can we pull down the new change?

gelliott181

NPM Docs for Git URLs as Dependencies

Git urls can be of the form:

git://github.com/user/project.git#commit-ish
git+ssh://user@hostname:project.git#commit-ish
git+ssh://user@hostname/project.git#commit-ish
git+http://user@hostname/project/blah.git#commit-ish
git+https://user@hostname/project/blah.git#commit-ish

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Can I push sub branch if the branch hasn't been merged yet?

How can i merge my "Fix branch" back to "Master branch" from Android Studio?

How can I use a method to check if the new element that I want to add to my array hasn't already been added?

How can I fix my master branch from older commit in git

How can I know if a branch has been already merged into master?

Can I install software even though the repository hasn't been updated for my Ubuntu release version?

When using git, every time I need to fix a bug, should I create a new branch from master ,or try to re-use a branch like "my_fix_bug" repeatly?

How can I access a generic type parameter when it hasn't been specified in the function body?

How can I kill a process and be sure the PID hasn't been reused

How can I cancel the accidental commit to dev branch (hasn't pushed it yet)?

How can I keep my branch up to date with master with git?

GIT: How can I prevent foxtrot merges in my 'master' branch?

How can I fix "Dirty Cow" bug on my Ubuntu 1604?

How do I remove a site that hasn't been activated?

How can I tell npm to install the latest bleeding edge master branch using npm install?

How can I know in git if a branch has been already rebased onto master?

How can I find via Git who deleted a couple of important files locally (hasn't been staged yet)

How can I send a message box if text hasn't been saved within X mins and the user wants to close the app?

How to merge my branch to master if some other branch has been merged into the master

can I reinstall npm in a angular project to fix it?

How can I incorporate a C project in Xamarin Forms?

How can I tell if my memory has been released securely by a PHP application?

How can I restore file in master branch

How Can I Incorporate gdx-bullet into my game engine?

How can I incorporate the prior weight in to my GLM function?

How to reject pushing a super-project with a reference to a submodule that hasn't been pushed with Azure DevOps

How can I fix this bug with ScyllaDB?

What causes this bug and how can I fix it?

how can i fix this background bug?