You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2022. It is now read-only.
Recently(ish) NPM has allowed for private modules. We use some of these to share proprietary code between applications and it would be nice if we could include in phonegap-build using the 'npm' plugin source.
Private NPM modules require you to be authenticated to download/install them. To achieve this the gap:plugin or some other phonegap-build facility could be extended to allow users to specify their username and password. Alternatively there could be a standard PGB user on NPM that we would add as a read-only collaborator to our private NPM modules therefore allowing PGB access to the modules for building.
Recently(ish) NPM has allowed for private modules. We use some of these to share proprietary code between applications and it would be nice if we could include in phonegap-build using the 'npm' plugin source.
Private NPM modules require you to be authenticated to download/install them. To achieve this the gap:plugin or some other phonegap-build facility could be extended to allow users to specify their username and password. Alternatively there could be a standard PGB user on NPM that we would add as a read-only collaborator to our private NPM modules therefore allowing PGB access to the modules for building.