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
Currently the package.json for this project is has an opitonalDependency to cscodegen using GIT. The problem with this is that this assumes everyone has public internet access. This is not the case at an Enterprise, where public internet is denied and only have access to an internal npm registry.
The request here is to use NOT use the GIT URL for the dependency, rather use the npm registry.
Otherwise this module cannot be used in an Enterprise fashion (which is the case).
Currently the package.json for this project is has an opitonalDependency to cscodegen using GIT. The problem with this is that this assumes everyone has public internet access. This is not the case at an Enterprise, where public internet is denied and only have access to an internal npm registry.
The request here is to use NOT use the GIT URL for the dependency, rather use the npm registry.
Otherwise this module cannot be used in an Enterprise fashion (which is the case).
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: