We are using GitLab for our private project. There are some forked libraries from github, that we want to install as npm module. Installing that module directly from npm is
For me set the package.json as below works.
"dependencies": { "": "git+http://:@url.git", }
The token is get from your "Profile Settings - Access Token".