SyntaxFix
Write A Post
Hire A Developer
Questions
This command installs npm package username/package from specific git commit:
username/package
npm install https://github.com/username/package#3d0a21cc
Here 3d0a21cc is first 8 characters of commit hash.
3d0a21cc