Install node module from own gitlab server
问题 I'd like to install node modules from our gitlab server. This is a link to a repository: http://ABCD-GITLAB/myGroup/myNodeModule.git According to the npm install guide the install command should be this: gitlabUser: me myProject: myNodeModule npm install gitlab:mygitlabuser/myproject I have no idea how to reference my gitlab server url group project account name I tried some commands but all failed: npm install gitlab:ABCD-GITLAB:me/myproject npm install gitlab:ABCD-GITLAB:me/myproject.git